Poetry v1.1.6 Release Notes

Release Date: 2021-04-14 // about 3 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed export format for path dependencies. (#3121)
    • ๐Ÿ›  Fixed errors caused by environment modification when executing some commands. (#3253)
    • ๐Ÿ›  Fixed handling of wheel files with single-digit versions. (#3338)
    • ๐Ÿ›  Fixed an error when handling single-digit Python markers. (poetry-core#156)
    • ๐Ÿ›  Fixed dependency markers not being properly copied when changing the constraint leading to resolution errors. (poetry-core#163)
    • โšก๏ธ Fixed an error where VCS dependencies were always updated. (#3947)
    • ๐Ÿ“ฆ Fixed an error where the incorrect version of a package was locked when using environment markers. (#3945)