Features & Improvements
- Tell the difference between free-threaded Python and normal ones. Users need to request for free-threaded versions explicitly by adding
tto the version string, otherwise the normal build will be preferred. (#3562)
Bug Fixes
- Fix a bug that editable local package URLs are empty when using
pylock.toml. (#3565) - Fix a bug where
pdm exportwith--lockfile pylock.tomlproduced empty requirements.txt files due to missing group information extraction from pylock format markers. (#3573) - Read metadata from installed distribution when using reuse-installed strategy. (#3579)
- Fix a lockfile writing error when locking git dependencies in the pylock.toml format. (#3582)