pdm-project/pdm (pdm)
### [`v2.19.3`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2193-2024-10-19)
[Compare Source](https://redirect.github.com/pdm-project/pdm/compare/2.19.2...2.19.3)
##### Features & Improvements
- Allow linking existing Python interpreters to PDM's managed location. ([#3215](https://redirect.github.com/pdm-project/pdm/issues/3215))
##### Bug Fixes
- Fix a bug that overrides provided by environment variables do not work. ([#3182](https://redirect.github.com/pdm-project/pdm/issues/3182))
- Allow prereleases when the requirement is pinned even if disabled by project ([#3202](https://redirect.github.com/pdm-project/pdm/issues/3202))
- Pass the python path to the uv venv command. ([#3204](https://redirect.github.com/pdm-project/pdm/issues/3204))
- Fix the infinite loop when running in uv mode if the current project has dynamic metadata. ([#3207](https://redirect.github.com/pdm-project/pdm/issues/3207))
- Add `--no-frozen-deps` option to `install-pdm.py` script to allow installing newer versions of dependencies. ([#3213](https://redirect.github.com/pdm-project/pdm/issues/3213))
- `pdm self update` now prefers the locked dependencies unless `--no-frozen-deps` is specified. ([#3216](https://redirect.github.com/pdm-project/pdm/issues/3216))
- By default, `pdm outdated` will only list direct dependencies. This can be changed by adding the `--include-sub` option. ([#3218](https://redirect.github.com/pdm-project/pdm/issues/3218))
##### Documentation
- Show users the way to uninstall pdm in a more obvious way ([#2470](https://redirect.github.com/pdm-project/pdm/issues/2470))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
2.19.2
->2.19.3
Release Notes
pdm-project/pdm (pdm)
### [`v2.19.3`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2193-2024-10-19) [Compare Source](https://redirect.github.com/pdm-project/pdm/compare/2.19.2...2.19.3) ##### Features & Improvements - Allow linking existing Python interpreters to PDM's managed location. ([#3215](https://redirect.github.com/pdm-project/pdm/issues/3215)) ##### Bug Fixes - Fix a bug that overrides provided by environment variables do not work. ([#3182](https://redirect.github.com/pdm-project/pdm/issues/3182)) - Allow prereleases when the requirement is pinned even if disabled by project ([#3202](https://redirect.github.com/pdm-project/pdm/issues/3202)) - Pass the python path to the uv venv command. ([#3204](https://redirect.github.com/pdm-project/pdm/issues/3204)) - Fix the infinite loop when running in uv mode if the current project has dynamic metadata. ([#3207](https://redirect.github.com/pdm-project/pdm/issues/3207)) - Add `--no-frozen-deps` option to `install-pdm.py` script to allow installing newer versions of dependencies. ([#3213](https://redirect.github.com/pdm-project/pdm/issues/3213)) - `pdm self update` now prefers the locked dependencies unless `--no-frozen-deps` is specified. ([#3216](https://redirect.github.com/pdm-project/pdm/issues/3216)) - By default, `pdm outdated` will only list direct dependencies. This can be changed by adding the `--include-sub` option. ([#3218](https://redirect.github.com/pdm-project/pdm/issues/3218)) ##### Documentation - Show users the way to uninstall pdm in a more obvious way ([#2470](https://redirect.github.com/pdm-project/pdm/issues/2470))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.