Announcing Poetry 1.1.9
Published on September 18, 2021
in
Releases
The Poetry team is pleased to announce the immediate availability of Poetry 1.1.9.
This release is a bugfix release.
If you have a previous version of Poetry installed via the official installer, getting Poetry 1.1.9 is as easy as:
$ poetry self update
Fixes #
- Fixed a security issue where file hashes were not checked prior to installation. (#4420, #4444, python-poetry/poetry-core#193)
- Fixed the detection of the system environment when the setting
virtualenvs.create
is deactivated. (#4507) - Fixed an issue where unsafe parameters could be passed to
git
commands. (python-poetry/poetry-core#203) - Fixed an issue where the wrong
git
executable could be used on Windows. (python-poetry/poetry-core#205)