Features & Improvements
- Support dependency groups as standardized by PEP 735. By default, dev dependencies will be written to
[dependency-groups]
table. (#3230)
Bug Fixes
- Fix a bug that
strategy.inherit_metadata
config is not honored when using--lockfile
option. (#3232) - Always perform install-time resolution when
use_uv
is on. (#3233)
Miscellany
- Update
resolvelib
to 1.1.0. (#3235)