7.0.0
github-actions
released this
14 Jul 19:39
·
196 commits
to refs/heads/main
since this release
Backwards Incompatible Changes:
- Default to
--resolver=backtracking
(#1897). Thanks @atugushev - Drop support for Python 3.7 (#1879). Thanks @chrysle
Features:
- Add support for
pip==23.2
where refactored outDEV_PKGS
(#1906). Thanks @atugushev - Add
--no-config
option (#1896). Thanks @atugushev
Bug Fixes:
- Sync direct references with hashes (#1885). Thanks @siddharthab
- Fix missing
via
s when more than two input files are used (#1890). Thanks @lpulley