PDM v1.10.1 Release Notes

Release Date: 2021-11-09 // over 2 years ago
  • ๐Ÿ”‹ Features & Improvements

    • ๐Ÿ‘€ Isolate the project environment with system site packages in pdm run, but keep them seen when PEP 582 is enabled. #708

    ๐Ÿ› Bug Fixes

    • Run pip with --isolated when building wheels. In this way some env vars like PIP_REQUIRE_VIRTUALENV can be ignored. #669
    • ๐Ÿ›  Fix the install script to ensure pip is not DEBUNDLED. #685
    • ๐Ÿ›  Fix a bug that when summary is None, the lockfile can't be generated. #719
    • ${PROJECT_ROOT} should be written in the URL when relative path is given. #721
    • ๐Ÿ›  Fix a bug that when project table already exists, pdm import can't merge the settings correctly. #723