You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/history.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ layout: single
4
4
title: History
5
5
---
6
6
7
+
## [2.3.4] - 2026-04-12
8
+
9
+
### Fixed
10
+
11
+
- Fix a performance regression in the wheel installer that was introduced in Poetry 2.3.3 ([#10821](https://github.com/python-poetry/poetry/pull/10821)).
12
+
- 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](https://github.com/python-poetry/poetry/pull/10837)).
13
+
7
14
## [2.3.3] - 2026-03-29
8
15
9
16
### Fixed
@@ -2573,7 +2580,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
0 commit comments