Features & Improvements
- Show the path to site-packages in the output of
pdm info
. (#3600)
Bug Fixes
- Fix
uv python dir
path resolution on Windows (#3603) - Strip local version in version specifiers when writing package locks. (#3605)
- Show an error message when 'default' is used in optional dependencies or dependency groups. (#3609)
- Prevent hash clearing when appending to lockfile with env_spec. (#3610)