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