PDM v1.9.0 Release Notes

Release Date: 2021-10-12 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix a bug that requires-python is not recognized in candidates evaluation. #657
    • ๐Ÿ›  Fix the path order when pdm run so that executables in local packages dir are found first. #678

    Dependencies

    • โšก๏ธ Update installer to 0.3.0, fixing a bug that broke installation of some packages with unusual wheel files. #653
    • ๐Ÿ”„ Change packaging and typing-extensions to direct dependencies. #674

    ๐Ÿ”จ Refactor

    • requires-python now participates in the resolution as a dummy requirement. #658