Bug fixes
-
Fixed handling of index URLs ending in
/simple/by improving URL normalization logic.
These URLs would previously makepip-compilefail to use the PyPI JSON API.-- by @sirosen
PRs and issues: #1669
-
Added a missing dependency on
typing-extensionsfor Python 3.9 and 3.10 -- by @sirosen.PRs and issues: #2424
Features
Improved documentation
pip-toolsdocumentation now features a how-to section, featuring initial docs which cover controlling output file headers and configuring completion -- by @sirosen.
Contributor-facing changes
-
Fixed CI triggers so that release tags won't create spurious failing runs -- by @sirosen.
PRs and issues: #2421
-
Refactored the bug report template for better reporting -- by @psthindal.