@@ -4,6 +4,27 @@ layout: single
44title : History
55---
66
7+ ## [ 1.8.5] - 2024-12-06
8+
9+ ### Changed
10+
11+ - Require ` pkginfo>=1.12 ` to fix an issue with an unknown metadata version 2.4 ([ #9888 ] ( https://github.com/python-poetry/poetry/pull/9888 ) ).
12+ - Do not fail if the unknown metadata version is only a minor version update ([ #9888 ] ( https://github.com/python-poetry/poetry/pull/9888 ) ).
13+
14+ ## [ 1.8.4] - 2024-10-14
15+
16+ ### Added
17+
18+ - ** Add official support for Python 3.13** ([ #9523 ] ( https://github.com/python-poetry/poetry/pull/9523 ) ).
19+
20+ ### Changed
21+
22+ - Require ` virtualenv>=20.26.6 ` to mitigate potential command injection when running ` poetry shell ` in untrusted projects ([ #9757 ] ( https://github.com/python-poetry/poetry/pull/9757 ) ).
23+
24+ ### poetry-core ([ ` 1.9.1 ` ] ( https://github.com/python-poetry/poetry-core/releases/tag/1.9.1 ) )
25+
26+ - Add ` 3.13 ` to the list of available Python versions ([ #747 ] ( https://github.com/python-poetry/poetry-core/pull/747 ) ).
27+
728## [ 1.8.3] - 2024-05-08
829
930### Added
@@ -1870,7 +1891,7 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
18701891### Fixed
18711892
18721893- Fixed ` add ` command picking up prereleases by default.
1873- - Fixed dependendency resolution on Windows when unpacking distributions.
1894+ - Fixed dependency resolution on Windows when unpacking distributions.
18741895- Fixed dependency resolution with post releases.
18751896- Fixed dependencies being installed even if not necessary for current system.
18761897
@@ -2084,7 +2105,9 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
20842105
20852106Initial release
20862107
2087- [ Unreleased ] : https://github.com/python-poetry/poetry/compare/1.8.3...main
2108+ [ Unreleased ] : https://github.com/python-poetry/poetry/compare/1.8.5...main
2109+ [ 1.8.5 ] : https://github.com/python-poetry/poetry/releases/tag/1.8.5
2110+ [ 1.8.4 ] : https://github.com/python-poetry/poetry/releases/tag/1.8.4
20882111[ 1.8.3 ] : https://github.com/python-poetry/poetry/releases/tag/1.8.3
20892112[ 1.8.2 ] : https://github.com/python-poetry/poetry/releases/tag/1.8.2
20902113[ 1.8.1 ] : https://github.com/python-poetry/poetry/releases/tag/1.8.1
0 commit comments