Poetry v1.1.0.b3 Release Notes

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

    • ๐Ÿ‘Œ Improved the error reporting when HTTP error are encountered for legacy repositories (#2459).
    • ๐Ÿ“ฆ When displaying the name of packages retrieved from remote repositories, the original name will now be used (#2305).
    • ๐Ÿ“ฆ Failed package downloads will now be retried on connection errors (#2813).
    • Path dependencies will now be installed as editable only when develop option is set to true (#2887).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed the detection of the type of installed packages (#2722).
    • ๐Ÿ›  Fixed deadlocks when installing packages on systems not supporting non-ascii characters (#2721).
    • ๐Ÿ›  Fixed handling of wildcard constraints for packages with prereleases only (#2821).
    • ๐Ÿ›  Fixed dependencies of some packages not being discovered by ensuring we use the PEP-516 backend if specified (#2810).
    • ๐Ÿ›  Fixed recursion errors when retrieving extras (#2787).
    • ๐Ÿ›  Fixed PyPI always being displayed when publishing even for custom repositories (#2905).
    • ๐Ÿ›  Fixed handling of packages extras when resolving dependencies (#2887).