|
1 | 1 | <!-- towncrier release notes start --> |
2 | 2 |
|
| 3 | +## v7.5.1 |
| 4 | + |
| 5 | +*2025-09-26* |
| 6 | + |
| 7 | +### Bug fixes |
| 8 | + |
| 9 | +- Fixed static parsing of {file}`pyproject.toml` data when the |
| 10 | + {file}`pyproject.toml` is supplied as a relative path -- by {user}`sirosen`. |
| 11 | + |
| 12 | + *PRs and issues:* {issue}`2215`, {issue}`2221`, {issue}`2233` |
| 13 | + |
| 14 | +- The "via" paths in `pip-compile` output for requirements discovered from |
| 15 | + `pyproject.toml` data are now written in POSIX format -- by {user}`sirosen`. |
| 16 | + |
| 17 | + *PRs and issues:* {issue}`2221` |
| 18 | + |
| 19 | +- Fixed a bug which removed slashes from URLs in ``-r`` and ``-c`` in the output |
| 20 | + of ``pip-compile`` -- by {user}`sirosen`. |
| 21 | + |
| 22 | + *PRs and issues:* {issue}`2223` |
| 23 | + |
| 24 | +- Fixed an incompatibility with ``click >= 8.3`` which made ``pip-compile`` display incorrect |
| 25 | + options in the compile command in output headers -- by {user}`sirosen`. |
| 26 | + |
| 27 | + *PRs and issues:* {issue}`2235` |
| 28 | + |
| 29 | +### Features |
| 30 | + |
| 31 | +- `pip-tools` now officially supports `pip` version 25.2 -- by {user}`sirosen`. |
| 32 | + |
| 33 | + *PRs and issues:* {issue}`2214` |
| 34 | + |
| 35 | +### Improved documentation |
| 36 | + |
| 37 | +- ReadTheDocs builds for `pip-tools` no longer include htmlzip and pdf outputs -- by {user}`sirosen`. |
| 38 | + |
| 39 | + *PRs and issues:* {issue}`2218` |
| 40 | + |
| 41 | +### Contributor-facing changes |
| 42 | + |
| 43 | +- `pip-tools` now tests on `pip` version 25.2 -- by {user}`sirosen`. |
| 44 | + |
| 45 | + *PRs and issues:* {issue}`2214` |
| 46 | + |
| 47 | +- The changelog documentation for contributors now provides hyperlinks to the source of each example change note -- by {user}`jayaddison` (for OpenCulinary). |
| 48 | + |
| 49 | + *PRs and issues:* {issue}`2217` |
| 50 | + |
| 51 | +- The CPython versions tested in nightly CI runs are now separate from |
| 52 | + branch and PR CI, and don't include very old versions -- by {user}`sirosen`. |
| 53 | + |
| 54 | + *PRs and issues:* {issue}`2226` |
| 55 | + |
| 56 | + |
3 | 57 | ## v7.5.0 |
4 | 58 |
|
5 | 59 | *2025-07-30* |
|
0 commit comments