Announcing Poetry 1.2.2

Published on October 10, 2022 in Releases with tags 1.X 1.2

The Poetry team is pleased to announce the immediate availability of Poetry 1.2.2.

This release contains several fixes for regressions and issues discovered in 1.2, as well as compatibility with an upcoming lock file format change in Poetry 1.3.

If you have a previous version of Poetry installed via the official installer, getting Poetry 1.2.2 is as easy as:

$ poetry self update

Highlights #

Lock file compatibility between Poetry 1.2 and 1.3 #

The next minor version of Poetry, 1.3, will change the format of the lock file in order to handle some cases that are not possible to handle with the current lock file format.

This release ensures that once the new lock file format is used when 1.3 is out, users that still use 1.2 can read the new lock file format.

See python-poetry/poetry#6608 for details.

Changelog #

Added #

Changed #

Fixed #

Docs #

poetry-core (1.3.2) #

poetry-plugin-export (^1.1.2) #