Poetry v1.1.7 Release Notes

Release Date: 2021-06-25 // almost 3 years ago
  • šŸ”’ Note: Lock files might need to be regenerated for the first fix below to take effect.\ āš”ļø You can useĀ poetry lockĀ to do soĀ withoutĀ theĀ --no-updateĀ option.

    šŸ”„ Changed

    • šŸš€ This release is compatible with theĀ install-poetry.pyĀ installation script to ease the migration path fromĀ 1.1Ā releases toĀ 1.2Ā releases. (#4192)

    šŸ›  Fixed

    • šŸšš Fixed an issue where transitive dependencies of directory or VCS dependencies were not installed or otherwise removed. (#4203)
    • šŸ›  Fixed an issue where the combination of theĀ --treeĀ andĀ --no-devĀ options for the show command was still displaying development dependencies. (#3992)