Releases: sirosen/dependency-groups
Releases · sirosen/dependency-groups
1.3.0
-
Bugfix: raise a
TypeError
on non-list groups (wasValueError
). Thanks @henryiii! -
Several improvements to the CLI interfaces! Thanks @henryiii!
-
Add support for a
cli
extra, as inpip install "dependency-groups[cli]"
, which ensures thattomli
is present on older Pythons. -
Add support for
dependency-groups
as an entrypoint, as an alias ofpython -m dependency_groups
. -
The
dependency-groups
command now supports a--list
flag to list groups instead of resolving them.
-