Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@sirosen sirosen released this 01 Nov 00:30
· 9 commits to main since this release
1.3.0
  • Bugfix: raise a TypeError on non-list groups (was ValueError). Thanks @henryiii!

  • Several improvements to the CLI interfaces! Thanks @henryiii!

    • Add support for a cli extra, as in pip install "dependency-groups[cli]", which ensures that tomli is present on older Pythons.

    • Add support for dependency-groups as an entrypoint, as an alias of python -m dependency_groups.

    • The dependency-groups command now supports a --list flag to list groups instead of resolving them.