Skip to content

v2.11.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 07:32
e9ee590

Bug Fixes

  • Fix a KeyError raised when resolving a URL dependency without package name given. #2488
  • pdm update --update-eager can hit InconsistentCandidate error when dependency is included both through default dependencies and extra. #2495
  • pdm install should not warn when overwriting its own symlinks on install/update. #2502
  • Fix a bug that candidates without local version are rejected when the local version is pinned. #2507

Documentation

  • Add maturin as a compatible build backend in the docs. #2510