Fixed
- 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)