From d1b74ef92ebea111ec1bdedc4c807308dc17be17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sat, 9 May 2026 17:22:00 +0200 Subject: [PATCH] history: add Poetry 2.4.1 --- content/history.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/history.md b/content/history.md index d575e23..61a5503 100644 --- a/content/history.md +++ b/content/history.md @@ -4,6 +4,16 @@ layout: single title: History --- +## [2.4.1] - 2026-05-09 + +### Changed + +- Re-allow `installer==0.7.0` ([#10887](https://github.com/python-poetry/poetry/pull/10887)). + +### Fixed + +- Fix an issue where `poetry update ` failed when `` was a transitive dependency ([#10885](https://github.com/python-poetry/poetry/pull/10885)). + ## [2.4.0] - 2026-05-03 ### Added @@ -2623,7 +2633,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t Initial release -[Unreleased]: https://github.com/python-poetry/poetry/compare/2.4.0...main +[Unreleased]: https://github.com/python-poetry/poetry/compare/2.4.1...main +[2.4.1]: https://github.com/python-poetry/poetry/releases/tag/2.4.1 [2.4.0]: https://github.com/python-poetry/poetry/releases/tag/2.4.0 [2.3.4]: https://github.com/python-poetry/poetry/releases/tag/2.3.4 [2.3.3]: https://github.com/python-poetry/poetry/releases/tag/2.3.3