Poetry v1.1.3 Release Notes

Release Date: 2020-10-14 // over 3 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ—„ Python version support deprecation warning is now written to stderr. (#3131)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed KeyError when PATH is not defined in environment variables. (#3159)
    • ๐Ÿ›  Fixed error when using config command in a directory with an existing pyproject.toml without any Poetry configuration. (#3172)
    • ๐Ÿ›  Fixed incorrect inspection of package requirements when same dependency is specified multiple times with unique markers. (#3147)
    • ๐Ÿ›  Fixed show command to use already resolved package metadata. (#3117)
    • ๐Ÿ›  Fixed multiple issues with export command output when using requirements.txt format. (#3119)