release_2.6.0rc0
Pre-release
Pre-release
thejcannon
released this
06 Aug 19:10
·
4824 commits
to main
since this release
New Features
-
Add dependency inference for Python third-party type stubs (#12248)
-
Add
poetry_requirements
macro for Poetry support (#12174)
User API Changes
-
Update default MyPy to 0.910 (#12249)
-
Update linter versions for
pylint
,black
,bandit
(#12135) -
Upgrade Go distribution to v1.16.5 (#12247)
Plugin API Changes
-
Set default user-agent header on gRPC requests with Pants version (#12241)
-
Increment counter on missing file digests (#12235)
Bug fixes
-
Add support for multiple requirements for a single package name in the
python_requirements
macro (#12232) -
Fix dependency inference to be ambiguous when >1 type stub for same module (#12244)
-
Hash the
repo_id
in the tag. (#12151) -
Fix
skip_tool
not working with./pants fmt
if all files are skipped (#12230)