Added
- Add support for nesting dependency groups (#10166).
- Add support for PEP 735 dependency groups (#10130).
- Add support for PEP 639 license clarity (#10413).
- Add a
--format
option topoetry show
to alternatively output json format (#10487). - Add official support for Python 3.14 (#10514).
Changed
- Normalize dependency group names (#10387).
- Change
installer.no-binary
andinstaller.only-binary
so that explicit package names will take precedence over:all:
(#10278). - Improve log output during
poetry install
when a wheel is built from source (#10404). - Improve error message in case a file lock could not be acquired while cloning a git repository (#10535).
- Require
dulwich>=0.24.0
(#10492). - Allow
virtualenv>=20.33
again (#10506). - Allow
findpython>=0.7
(#10510). - Allow
importlib-metadata>=8.7
(#10511).
Fixed
- Fix an issue where
poetry new
did not create the project structure in an existing empty directory (#10431). - Fix an issue where a dependency that was required for a specific Python version was not installed into an environment of a pre-release Python version (#10516).