No breaking-change keywords detected in release notes.
2.4.0
2026-05-03
No breaking-change keywords detected in release notes.
2.3.4
2026-04-12
No breaking-change keywords detected in release notes.
2.3.3
2026-03-29
⚠ Potential breaking changes
Fix an issue where `poetry init` and `poetry new` created a deprecated `project.license` format ([#10787](https://github.com/python-poetry/poetry/pull/10787)).
2.3.2
2026-02-01
No breaking-change keywords detected in release notes.
2.3.1
2026-01-20
No breaking-change keywords detected in release notes.
2.3.0
2026-01-18
⚠ Potential breaking changes
Drop support for Python 3.9** ([#10634](https://github.com/python-poetry/poetry/pull/10634)).
Deprecate `poetry.utils._compat.metadata`, which is sometimes used in plugins, in favor of `importlib.metadata` ([#10634](https://github.com/python-poetry/poetry/pull/10634)).
Fix an issue where `poetry remove` did not work for PEP 735 dependency groups with `include-group` items ([#10587](https://github.com/python-poetry/poetry/pull/10587)).
Fix an issue where `poetry remove` caused dangling `include-group` references in PEP 735 dependency groups ([#10590](https://github.com/python-poetry/poetry/pull/10590)).
2.2.1
2025-09-21
⚠ Potential breaking changes
Remove outdated statements about dependency groups ([#10561](https://github.com/python-poetry/poetry/pull/10561)).