| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pdm-2.28.1-x86_64-pc-windows-msvc.tar.gz | 2026-08-11 | 22.0 MB | |
| pdm-2.28.1-x86_64-pc-windows-msvc.tar.gz.sha256 | 2026-08-11 | 107 Bytes | |
| pdm-2.28.1-x86_64-apple-darwin.tar.gz | 2026-08-11 | 16.9 MB | |
| pdm-2.28.1-x86_64-apple-darwin.tar.gz.sha256 | 2026-08-11 | 104 Bytes | |
| pdm-2.28.1-aarch64-apple-darwin.tar.gz | 2026-08-11 | 16.6 MB | |
| pdm-2.28.1-aarch64-apple-darwin.tar.gz.sha256 | 2026-08-11 | 105 Bytes | |
| pdm-2.28.1-x86_64-unknown-linux-gnu.tar.gz | 2026-08-11 | 22.2 MB | |
| pdm-2.28.1-x86_64-unknown-linux-gnu.tar.gz.sha256 | 2026-08-11 | 109 Bytes | |
| pdm-2.28.1-aarch64-unknown-linux-gnu.tar.gz | 2026-08-11 | 18.5 MB | |
| pdm-2.28.1-aarch64-unknown-linux-gnu.tar.gz.sha256 | 2026-08-11 | 110 Bytes | |
| README.md | 2026-08-11 | 1.7 kB | |
| v2.28.1 source code.tar.gz | 2026-08-11 | 2.9 MB | |
| v2.28.1 source code.zip | 2026-08-11 | 3.1 MB | |
| Totals: 13 Items | 102.2 MB | 1 | |
Features & Improvements
- Defer command action and Python installer imports until their corresponding runtime paths execute. (#3673)
- Add
{run_cwd}placeholder for scripts to reference the original working directory. (#3734) - Add opt-in canonical lock input freshness via
tool.pdm.resolution.lock_inputswhile retaining sticky lockfile behavior and legacy hash fallback for existing lock files. (#3821) - Integrate
argcompletefor simplified command-line completion scripts. (#3823)
Bug Fixes
- Keep workspace members in their explicitly declared dependency groups instead of adding them to
defaultin the lockfile. (#3816) - Keep the cached parsed version intact when stripping the local segment in
comparable_version(). (#3817) - Make
use_uvsupport adding local files. (#3822) - Add a Poetry optional dependency to every extra that lists it when importing, instead of only the first one. (#3831)
- Do not write null values into the generated
pyproject.tomlwhen importing a flit project that omitsauthor-email/maintainer-emailor sets only one ofincludeandexcludein[tool.flit.sdist]. (#3832)
Miscellany
- Add Python 3.15 preview version to the CI matrix. (#3827)