Features & Improvements
- Revert the package cache introduced in 2.13. Don't cache the decompressed contents of wheels unless being told so. (#2803)
Bug Fixes
- Fix inconsistent logging when
pdm usea different python interpreter (#2776) - Fix PDM unable to find Python interpreters when
PDM_IGNORE_ACTIVE_VENVis set (#2779) - Check verify_ssl when trusting each source. (#2784)
- Fix name check for project itself in
pdm outdated(#2785) - Fix a regression that proxy env vars are not respected. (#2788)
- Fix an issue that venv provider can't be found when providers are explicitly configured. (#2792)
- Fix a bug that
[tool.pdm.options]are ignored if-c/--config CONFIGis given. (#2793) - Make
--withoutrespect groups indev-dependencies(#2799)