Releases: pypa/dependency-groups
Releases · pypa/dependency-groups
1.3.1
02 May 00:33
Compare
Sorry, something went wrong.
No results found
Fix a bug in which names in includes were not normalized before comparisons, resulting in spurious LookupErrors.
Optimize the behavior of the resolve() function on multiple groups.
1.3.0
01 Nov 00:30
Compare
Sorry, something went wrong.
No results found
1.2.0
29 Oct 22:25
Compare
Sorry, something went wrong.
No results found
Switch to flit-core as the build backend
Add support for supplying multiple dependency groups to the functional resolve() API: resolve(dependency_groups, *groups: str). Thanks @henryiii !
1.1.0
28 Oct 13:31
Compare
Sorry, something went wrong.
No results found
Add support for Python 3.8
1.0.0
15 Oct 17:30
Compare
Sorry, something went wrong.
No results found
Update metadata to 1.0.0 and "Production" status
Support Python 3.13
0.3.0
02 Oct 23:23
Compare
Sorry, something went wrong.
No results found
Add a new command, pip-install-dependency-groups, which is capable of installing dependency groups by invoking pip
0.2.2
11 Sep 19:57
Compare
Sorry, something went wrong.
No results found
The pre-commit hook sets pass_filenames: false
The error presentation in the lint CLI has been improved
0.2.1
11 Sep 18:39
Compare
Sorry, something went wrong.
No results found
Bugfix to pre-commit config
0.2.0
11 Sep 18:29
Compare
Sorry, something went wrong.
No results found
Add a new CLI component, lint-dependency-groups, which can be used to lint dependency groups
Provide a pre-commit hook, named lint-dependency-groups
0.1.1
10 Sep 04:37
Compare
Sorry, something went wrong.
No results found
Fix a bug in cycle detection for nontrivial cycles