PDM v2.1.1 Release Notes

Release Date: 2022-08-05 // over 1 year ago
  • ๐Ÿ”‹ Features & Improvements

    • โž• Add a env_file.override option that allows the user to specify that the env_file should override any existing environment variables. This is not the default as the environment the code runs it should take precedence. #1299

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix a bug that unnamed requirements can't override the old ones in either add or update command. #1287
    • Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. #1290
    • Set a minimum version for the packaging dependency to ensure that packaging.utils.parse_wheel_filename is available. #1293
    • ๐Ÿ›  Fix a bug that checking for PDM update creates a venv. #1301
    • ๐Ÿ“‡ Prefer compatible packages when fetching metadata. #1302