Skip to content

Commit af140b0

Browse files
authored
Merge pull request #13375 from pfmoore/release/25.1.1
Release/25.1.1
2 parents 08d8bb9 + 8ab580c commit af140b0

6 files changed

+19
-7
lines changed

NEWS.rst

+19
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@
99
1010
.. towncrier release notes start
1111
12+
25.1.1 (2025-05-02)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Fix ``req.source_dir`` AssertionError when using the legacy resolver. (`#13353 <https://github.com/pypa/pip/issues/13353>`_)
19+
- Fix crash on Python 3.9.6 and lower when pip failed to compile a Python module
20+
during installation. (`#13364 <https://github.com/pypa/pip/issues/13364>`_)
21+
- Names in dependency group includes are now normalized before lookup, which
22+
fixes incorrect ``Dependency group '...' not found`` errors. (`#13372 <https://github.com/pypa/pip/issues/13372>`_)
23+
24+
Vendored Libraries
25+
------------------
26+
27+
- Fix issues with using tomllib from the stdlib if available, rather than tomli
28+
- Upgrade dependency-groups to 1.3.1
29+
30+
1231
25.1 (2025-04-26)
1332
=================
1433

news/13353.bugfix.rst

-1
This file was deleted.

news/13356.vendor.rst

-1
This file was deleted.

news/13364.bugfix.rst

-2
This file was deleted.

news/13372.bugfix.rst

-2
This file was deleted.

news/dependency-groups.vendor.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)