2025-09-26
Bug fixes
-
Fixed static parsing of
pyproject.toml
data when thepyproject.toml
is supplied as a relative path -- by @sirosen. -
The "via" paths in
pip-compile
output for requirements discovered frompyproject.toml
data are now written in POSIX format -- by @sirosen.PRs and issues: #2221
-
Fixed a bug which removed slashes from URLs in
-r
and-c
in the output ofpip-compile
-- by @sirosen.PRs and issues: #2223
-
Fixed an incompatibility with
click >= 8.3
which madepip-compile
display incorrect options in the compile command in output headers -- by @sirosen.PRs and issues: #2235
Features
Improved documentation
-
ReadTheDocs builds for
pip-tools
no longer include htmlzip and pdf outputs -- by @sirosen.PRs and issues: #2218
Contributor-facing changes
-
pip-tools
now tests onpip
version 25.2 -- by @sirosen.PRs and issues: #2214
-
The changelog documentation for contributors now provides hyperlinks to the source of each example change note -- by @jayaddison (for OpenCulinary).
PRs and issues: #2217
-
The CPython versions tested in nightly CI runs are now separate from branch and PR CI, and don't include very old versions -- by @sirosen.
PRs and issues: #2226