Skip to content

Release v1.3.0

Latest
Compare
Choose a tag to compare
@fridex fridex released this 10 May 18:03
· 77 commits to master since this release

This release is available on PyPI.

Notable changes for this release:

Added

  • Improve poetry → requirements and handling of transitive deps
    Contribution thanks to @frenzymadness

  • Add check subcommand to validate lockfiles
    Contribution thanks to @matt-carr

  • Test with pip==22.0.4

Fixes

  • Implement correct handling for "extras" marker from poetry.lock
    Contribution thanks to @frenzymadness