P

Poetry

P
Poetry Languages v2.4.1

2.4.1

Changed Re-allow installer==0.7.0 (#10887). Fixed Fix an issue where poetry update <package> failed when <package> was a transitive dependency (#10885).

P
Poetry Languages v2.4.0

2.4.0

Added Add solver.min-release-age setting to require package releases to be a certain number of days old before they are considered during dependency resolution (#10824). Add solver.min-release-age-exclude to exclude selected packages from age filtering (#10824). Add solver.min-release-age-exclude-source to exclude all packages from selected package indexes from age filtering (#10824). Changed Rais…

P
Poetry Languages v2.3.4

2.3.4

Fixed Fix a performance regression in the wheel installer that was introduced in Poetry 2.3.3 (#10821). Fix a path traversal vulnerability in sdist extraction on Python 3.10.0-3.10.12 and 3.11.0-3.11.4 that could allow malicious tarball files to write files outside the target directory (#10837).

P
Poetry Languages v2.3.3

2.3.3

Fixed Fix a path traversal vulnerability in the wheel installer that could allow malicious wheel files to write files outside the intended installation directory (#10792). Fix an issue where git dependencies from annotated tags could not be updated (#10719). Fix an issue where empty VIRTUAL_ENV or CONDA_PREFIX environment variables (e.g., after conda deactivate) would cause Poetry to incorrectly d…

P
Poetry Languages v2.3.2

2.3.2

Changed Allow dulwich>=1.0 (#10701). poetry-core (2.3.1) Fix an issue where platform_release could not be parsed on Windows Server (#911).

P
Poetry Languages v2.3.1

2.3.1

Fixed Fix an issue where cached information about each package was always considered outdated (#10699). Docs Document SHELL_VERBOSITY environment variable (#10678).

P
Poetry Languages v2.3.0

2.3.0

Added Add support for exporting pylock.toml files with poetry-plugin-export (#10677). Add support for specifying build constraints for dependencies (#10388). Add support for publishing artifacts whose version is determined dynamically by the build-backend (#10644). Add support for editable project plugins (#10661). Check requires-poetry before any other validation (#10593). Validate the content of…

P
Poetry Languages v2.2.1

2.2.1

Fixed Fix an issue where poetry self show failed with a message about an invalid output format (#10560). Docs Remove outdated statements about dependency groups (#10561). poetry-core (2.2.1) Fix an issue where it was not possible to declare a PEP 735 dependency group as optional (#888).

P
Poetry Languages v2.2.0

2.2.0

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 to poetry 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 and installer.only-binary so tha…

P
Poetry Languages v2.1.4

2.1.4

Changed Require virtualenv<20.33 to work around an issue where Poetry uses the wrong Python version (#10491). Improve the error messages for the validation of the pyproject.toml file (#10471). Fixed Fix an issue where project plugins were installed even though poetry install was called with --no-plugins (#10405). Fix an issue where dependency resolution failed for self-referential extras with dupl…