Poetry 0.12.17 is out
Published on July 3, 2019
in
Releases
Bugfix release.
Fixes #
- Fixed dependency resolution with circular dependencies.
 - Fixed encoding errors when reading files on Windows. (Thanks to @vlcinsky)
 - Fixed unclear errors when executing commands in virtual environments. (Thanks to @Imaclean74)
 - Fixed handling of 
.venvwhen it’s not a directory. (Thanks to @mpanarin)