Announcing Poetry 1.1.2
Published on October 6, 2020
in
Releases
The Poetry team is pleased to announce the immediate availability of Poetry 1.1.2.
This release is a bugfix release.
If you have a previous version of Poetry installed via the official installer, getting Poetry 1.1.2 is as easy as:
$ poetry self update
Changes #
- Dependency installation of editable packages and all uninstall operations are now performed serially within their corresponding priority groups. (#3099)
- Improved package metadata inspection of nested poetry projects within project path dependencies. (#3105)
Fixes #
- Fixed export of
requirements.txt
when project dependency contains git dependencies. (#3100)