Bug Fixes
- Fix bug where SIGINT is sent to the main
pdmprocess and not to the process actually being run. #1095 - Fix a bug due to the build backend fallback, which causes different versions of the same requirement to exist in the build environment, making the building unstable depending on which version being used. #1099
- Don't include the
versionin the cache key of the locked candidates if they are from a URL requirement. #1099 - Fix a bug where dependencies with
requires-pythonpre-release versions causedpdm updateto fail withInvalidPyVersion. #1111