| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-02 | 1.5 kB | |
| v7.5.1 source code.tar.gz | 2025-10-02 | 148.7 kB | |
| v7.5.1 source code.zip | 2025-10-02 | 194.3 kB | |
| Totals: 3 Items | 344.5 kB | 0 | |
2025-09-26
Bug fixes
- Fixed static parsing of
pyproject.tomldata when thepyproject.tomlis supplied as a relative path -- by @sirosen.
PRs and issues: [#2215], [#2221], [#2233]
- The "via" paths in
pip-compileoutput for requirements discovered frompyproject.tomldata are now written in POSIX format -- by @sirosen.
PRs and issues: [#2221]
- Fixed a bug which removed slashes from URLs in
-rand-cin the output ofpip-compile-- by @sirosen.
PRs and issues: [#2223]
- Fixed an incompatibility with
click >= 8.3which madepip-compiledisplay incorrect options in the compile command in output headers -- by @sirosen.
PRs and issues: [#2235]
Features
pip-toolsnow officially supportspipversion 25.2 -- by @sirosen.
PRs and issues: [#2214]
Improved documentation
- ReadTheDocs builds for
pip-toolsno longer include htmlzip and pdf outputs -- by @sirosen.
PRs and issues: [#2218]
Contributor-facing changes
pip-toolsnow tests onpipversion 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]