github pdm-project/pdm 2.0.0b2
v2.0.0b2

latest releases: 2.18.2, 2.19.0a0, 2.18.1...
pre-release2 years ago

Install and test

pipx:

pipx install --pip-args=--pre pdm

install script:

curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 - --prerelease
# Or Windows powershell:
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py -UseBasicParsing).Content | python - --prerelease

setup-pdm action:

- uses: pdm-project/setup-pdm@main
  with:
    prerelease: true

Breaking Changes

  • Store file URLs instead of filenames in the lock file, bump lock version to 4.0. #1203

Features & Improvements

  • Read site-wide configuration, which serves as the lowest-priority layer.
    This layer will be read-only in the CLI. #1200
  • Get package links from the urls stored in the lock file. #1204

Bug Fixes

  • Fix a bug that the host pip(installed with pdm) may not be compatible with the project python. #1196
  • Update unearth to fix a bug that install links with weak hashes are skipped. This often happens on self-hosted PyPI servers. #1202

Don't miss a new pdm release

NewReleases is sending notifications on new releases.