Bug Fixes
- Reinstalling local wheel if its checksum changes. (#3503)
- Ignore HTTP cache entries if deserialization fails. (#3515)
- Fetch missing URLs when
static_urlsis not enabled when runningpdm export -f pylock. (#3517) - Missing self package when
--selfor--editable-selfis passed topdm export -f pylock. (#3518)
Miscellany
- Add Python 3.14 to the test matrix. (#3506)