Announcing Poetry 1.1.14
Published on July 8, 2022
in
Releases
The Poetry team is pleased to announce the immediate availability of Poetry 1.1.14.
This release is a bugfix release necessary due to a breaking change on PyPI JSON API.
If you have a previous version of Poetry installed via the official installer, getting Poetry 1.1.14 is as easy as:
$ poetry self update
Afterwards you have to clear the Poetry cache manually to get everything working again:
$ poetry cache clear --all pypi
Fixed #
- Fixed an issue where dependencies hashes could not be retrieved when locking due to a breaking change on PyPI JSON API (#5973)