Skip to content

1.9.0

Latest
Compare
Choose a tag to compare
@radoering radoering released this 12 Jan 15:36
· 1 commit to main since this release

Added

  • Add an --all-groups option to export dependencies from all groups (#294).

Changed

  • Drop support for Python 3.8 (#300).
  • Clarify the help text of --with and --only and deprecate --without (#212).
  • Fail if the poetry.lock file is not consistent with the pyproject.toml file (#310).

Fixed

  • Fix an issue where the export failed with the message "dependency walk failed".
    This fix requires a poetry.lock file created with Poetry 2.x (#286).
  • Fix an issue where the pre-commit hook regex matched wrong files (#285).