Bug Fixes
- Fix a bug that dependencies are missing from the dep graph when they are depended by a requirement with extras. #1097
- Give a default version if the version is dynamic in
setup.cfgorsetup.py. #1101 - Fix a bug that the hashes for file URLs are not included in the lock file. #1103
- Fix a bug that package versions are updated even when they are excluded by
pdm updatecommand. #1104 - Prefer
venvinstall scheme when available. This scheme is more stable thanposix_prefixscheme since the latter is often patched by distributions. #1106
Miscellany
- Move the test artifacts to a submodule. It will make it easier to package this project. #1084