Features & Improvements
- Add a fixer to remove the deprecated
cross_platformstrategy from lock file. (#3259)
Bug Fixes
- Fix the bug that
pdm buildwould fail whenuse_uvis true. (#3231) - Fix group name normalization when comparing groups. (#3247)
- Inherit file descriptors instead of closing when running child processes in
pdm run. (#3252) - Fix using
no_proxywhenall_proxyis set. (#3254) - Preserve multiline arrays and don't add empty tool.pdm table header when updating the pyproject.toml. (#3258)
- Fix compatibility of
ErrorArgumentParserfor Python 3.12 and above. (#3264)