Bug Fixes
- Fix a KeyError raised when resolving a URL dependency without package name given. #2488
 pdm update --update-eagercan hit InconsistentCandidate error when dependency is included both through default dependencies and extra. #2495pdm installshould not warn when overwriting its own symlinks oninstall/update. #2502- Fix a bug that candidates without local version are rejected when the local version is pinned. #2507
 
Documentation
- Add maturin as a compatible build backend in the docs. #2510