PDM v2.1.2 Release Notes

Release Date: 2022-08-15 // over 1 year ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix a bug that dependencies from different versions of the same package override each other. #1307
    • Forward SIGTERM to child processes in pdm run. #1312
    • ๐Ÿ›  Fix errors when running on FIPS 140-2 enabled systems using Python 3.9 and newer. #1313
    • ๐Ÿ›  Fix the build failure when the subprocess outputs with non-UTF8 characters. #1319
    • โšก๏ธ Delay the trigger of post_lock for add and update operations, to ensure the pyproject.toml is updated before the hook is run. #1320