Announcing Poetry 2.0.1

Published on January 11, 2025 in Releases with tags 2.x 2.0

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

If you have a previous version of Poetry installed via pipx, getting Poetry 2.0.1 is as easy as:

$ pipx upgrade poetry

If you used the official installer and are using Poetry < 2.0.0, you can run:

$ poetry self update

In case you are using Poetry 2.0.0, it is necessary to rerun the installer to get the latest version, because the poetry self update command is broken in 2.0.0.:

Linux, macOS, Windows (WSL)

$ curl -sSL https://install.python-poetry.org | python3 -

Windows (Powershell)

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -

Changelog #

Added #

Changed #

Fixed #

Docs #

poetry-core (2.0.1) #