Pdm

Latest version: v2.15.2

Safety actively analyzes 625431 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 33

2.6.1

Not secure
---------------------------

Bug Fixes

- Fix the error when publishing using trusted publisher. [1868](https://github.com/pdm-project/pdm/issues/1868)
- Fix a bug that `PATH` env var isn't set correctly when running under non-isolation mode. [1904](https://github.com/pdm-project/pdm/issues/1904)

2.6.0

Not secure
---------------------------

Features & Improvements

- Install project-level plugins from project config, with `tool.pdm.plugins` setting. [1461](https://github.com/pdm-project/pdm/issues/1461)
- Added a `--json` flag to both `run` and `info` command allowing to dump scripts and infos as JSON. [1854](https://github.com/pdm-project/pdm/issues/1854)
- Consider tasks with a name starting by an underscore (`_`) as internal tasks and hide them from the listing. [1855](https://github.com/pdm-project/pdm/issues/1855)
- When running `pdm init -n`(non-interactive mode), a venv will be created by default. Previously, the selected Python will be used under PEP 582 mode. [1862](https://github.com/pdm-project/pdm/issues/1862)
- Support [Trusted Publisher](https://docs.pypi.org/trusted-publishers/). [#1868](https://github.com/pdm-project/pdm/issues/1868)
- Add an ephemeral wheel cache in process for wheels built from non-static revision sources. [1885](https://github.com/pdm-project/pdm/issues/1885)
- Allow self-referencing groups in dev-dependencies. [1890](https://github.com/pdm-project/pdm/issues/1890)
- Add an option `--no-cross-platform` to `pdm lock` to create a non-cross-platform lockfile. [1898](https://github.com/pdm-project/pdm/issues/1898)

Bug Fixes

- Fix brackets in `--venv` option descriptions in zsh completion script. [1847](https://github.com/pdm-project/pdm/issues/1847)
- The resolver doesn't take into account of the requirements for both bare `package` and `package[extra]`. [1851](https://github.com/pdm-project/pdm/issues/1851)
- Default pypi source does not use configured pypi.password, but "<hidden>" instead. [1856](https://github.com/pdm-project/pdm/issues/1856)
- Detect Python interpreters under the root of virtual environments. [1866](https://github.com/pdm-project/pdm/issues/1866)
- Fix a race condition when the builder is creating a new build directory. [1869](https://github.com/pdm-project/pdm/issues/1869)
- Raise `FileNotFoundError` if the requirement path is not found. [1875](https://github.com/pdm-project/pdm/issues/1875)
- Fix a bug that the self package isn't uninstallable. [1901](https://github.com/pdm-project/pdm/issues/1901)

2.5.6

Not secure
---------------------------

Bug Fixes

- Fix a double reading issue due to cachecontrol not compatible with urllib3 2.0. [1894](https://github.com/pdm-project/pdm/issues/1894)

2.5.5

Not secure
---------------------------

No significant changes.

2.5.4

Not secure
---------------------------

Bug Fixes

- Pin the urllib3 to `<2.0` to avoid incompatibility with `cachecontrol`. [1886](https://github.com/pdm-project/pdm/issues/1886)

2.5.3

Not secure
---------------------------

Bug Fixes

- Fix the wrong argument validation for update command, where packages given with group option should be allowed. [1836](https://github.com/pdm-project/pdm/issues/1836)

Documentation

- Update `markdown-exec` to `1.5.0` for rendering TOC in CLI reference page. [1836](https://github.com/pdm-project/pdm/issues/1836)
- Remove advertizing of PEP-582 from the feature highlights. Improve the anchor links for CLI reference. [1840](https://github.com/pdm-project/pdm/issues/1840)

Page 7 of 33

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.