| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pdm-2.29.1-x86_64-apple-darwin.tar.gz | 2026-09-14 | 16.9 MB | |
| pdm-2.29.1-x86_64-apple-darwin.tar.gz.sha256 | 2026-09-14 | 104 Bytes | |
| pdm-2.29.1-x86_64-pc-windows-msvc.tar.gz | 2026-09-14 | 22.0 MB | |
| pdm-2.29.1-x86_64-pc-windows-msvc.tar.gz.sha256 | 2026-09-14 | 107 Bytes | |
| pdm-2.29.1-aarch64-apple-darwin.tar.gz | 2026-09-14 | 16.6 MB | |
| pdm-2.29.1-aarch64-apple-darwin.tar.gz.sha256 | 2026-09-14 | 105 Bytes | |
| pdm-2.29.1-x86_64-unknown-linux-gnu.tar.gz | 2026-09-14 | 22.2 MB | |
| pdm-2.29.1-x86_64-unknown-linux-gnu.tar.gz.sha256 | 2026-09-14 | 109 Bytes | |
| pdm-2.29.1-aarch64-unknown-linux-gnu.tar.gz | 2026-09-14 | 18.5 MB | |
| pdm-2.29.1-aarch64-unknown-linux-gnu.tar.gz.sha256 | 2026-09-14 | 110 Bytes | |
| README.md | 2026-09-14 | 1.8 kB | |
| v2.29.1 source code.tar.gz | 2026-09-14 | 2.9 MB | |
| v2.29.1 source code.zip | 2026-09-14 | 3.1 MB | |
| Totals: 13 Items | 102.3 MB | 2 | |
Features & Improvements
- Explain missing lockfile groups and provide group-selection recovery guidance when installing, syncing, or updating groups. (#2682)
- Allow package-specific overrides for
exclude-newerresolution limits. (#3809)
Bug Fixes
- Keep the separating comma out of the operator and accept a
vprefix when converting Poetry version constraints. (#3860) - Escape glob characters in the virtualenv lookup prefix, so a project whose directory name contains
[or]can find its own virtualenv. (#3869) - Write
pyproject.tomland lockfiles atomically to prevent interrupted writes from truncating them. (#3870) - Resolve the workspace root before making member paths relative, so a root given as a relative path or reached through a symlink no longer raises
ValueError. (#3874) - Replace the destination of an atomic write instead of unlinking it first, so an interrupted write can no longer destroy
pyproject.tomlor the lockfile. (#3878) - Report the version part that could not be read, instead of blaming a postrelease for every parse failure. (#3880)
- Keep quoted local paths that contain
-when parsing requirements files. (#3885)
Documentation
- Clarify dependency command effects on project declarations, lock metadata, and installed packages in the guide and CLI help. (#2681)