Poetry v1.1.1 Release Notes

Release Date: 2020-10-05 // over 3 years ago
  • โž• Added

    • โž• Added --no-update option to lock command. (#3034)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed resolution of packages with missing required extras. (#3035)
    • ๐Ÿ›  Fixed export of requirements.txt dependencies to include development dependencies. (#3024)
    • ๐Ÿ›  Fixed incorrect selection of unsupported binary distribution formats when selecting a package artifact to install. (#3058)
    • ๐Ÿ›  Fixed incorrect use of system executable when building package distributions via build command. (#3056)
    • ๐Ÿ›  Fixed errors in init command when specifying --dependency in non-interactive mode when a pyproject.toml file already exists. (#3076)
    • ๐Ÿ›  Fixed incorrect selection of configured source url when a publish repository url configuration with the same name already exists. (#3047)
    • ๐Ÿ›  Fixed dependency resolution issues when the same package is specified in multiple dependency extras. (#3046)