Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency pdm to v2.22.1 (#150)
This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [pdm](https://redirect.github.com/pdm-project/pdm) ([changelog](https://pdm-project.org/latest/dev/changelog/)) | minor | `==2.20.1` -> `==2.22.1` | `2.22.2` | --- ### Release Notes <details> <summary>pdm-project/pdm (pdm)</summary> ### [`v2.22.1`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2221-2024-12-19) [Compare Source](https://redirect.github.com/pdm-project/pdm/compare/2.22.0...2.22.1) ##### Bug Fixes - Fix zsh hanging issue by removing PyPI package completion. ([#​3329](https://redirect.github.com/pdm-project/pdm/issues/3329)) - Write dev dependencies to `dependency-groups` section when importing project from other package managers. ([#​3354](https://redirect.github.com/pdm-project/pdm/issues/3354)) ##### Miscellany - Show a warning when resolving against cross-platform targets under uv mode. ([#​3341](https://redirect.github.com/pdm-project/pdm/issues/3341)) ### [`v2.22.0`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2220-2024-12-09) [Compare Source](https://redirect.github.com/pdm-project/pdm/compare/2.21.0...2.22.0) ##### Features & Improvements - Use minimal template if the project is an application. ([#​3295](https://redirect.github.com/pdm-project/pdm/issues/3295)) - Add one `safe_compatible` version specifiers saving strategy. ([#​3301](https://redirect.github.com/pdm-project/pdm/issues/3301)) - Allow customizing scripts display with `scripts.show_header` settings. ([#​3313](https://redirect.github.com/pdm-project/pdm/issues/3313)) - Speed up the resolution by only resolving wheel candidates if possible. ([#​3319](https://redirect.github.com/pdm-project/pdm/issues/3319)) - Drop version from the search result, following the change of warehouse. ([#​3328](https://redirect.github.com/pdm-project/pdm/issues/3328)) - Support `overrides` settings under `[tool.pdm.resolution]` with use_uv ([#​3330](https://redirect.github.com/pdm-project/pdm/issues/3330)) ##### Bug Fixes - No longer requires `wheel` to build a setuptools-backed package. ([#​3320](https://redirect.github.com/pdm-project/pdm/issues/3320)) - Fix an inconsistent behavior when running `pdm remove <package>` with uv enabled. ([#​3323](https://redirect.github.com/pdm-project/pdm/issues/3323)) - Fix: uninstallation error when pdm is not installed before. ([#​3325](https://redirect.github.com/pdm-project/pdm/issues/3325)) - Fix a bug in uv mode that direct URL dependencies can't be installed. ([#​3332](https://redirect.github.com/pdm-project/pdm/issues/3332)) - Fix a crash issue when rewriting dependency groups with `include-group` items. ([#​3333](https://redirect.github.com/pdm-project/pdm/issues/3333)) - Also read username from keyring if missing in source/repository config. ([#​3334](https://redirect.github.com/pdm-project/pdm/issues/3334)) - Allow configuring repositories in project. ([#​3335](https://redirect.github.com/pdm-project/pdm/issues/3335)) ##### Miscellany - Mark tests that require uv and skip them if uv is not found. ([#​3324](https://redirect.github.com/pdm-project/pdm/issues/3324)) ### [`v2.21.0`](https://redirect.github.com/pdm-project/pdm/blob/HEAD/CHANGELOG.md#Release-v2210-2024-11-25) [Compare Source](https://redirect.github.com/pdm-project/pdm/compare/2.20.1...2.21.0) ##### Features & Improvements - Pass original working directory as env variable to pdm scripts ([#​3179](https://redirect.github.com/pdm-project/pdm/issues/3179)) - Output similar commands or script command when the input command is not correct ([#​3270](https://redirect.github.com/pdm-project/pdm/issues/3270)) - improve readability of Python interpreter validation message ([#​3276](https://redirect.github.com/pdm-project/pdm/issues/3276)) - Print task name by default when using `pdm run` ([#​3277](https://redirect.github.com/pdm-project/pdm/issues/3277)) - Make `OrderedSet.__contains__` run in O(1) ([#​3280](https://redirect.github.com/pdm-project/pdm/issues/3280)) - Emit `post_lock` after writing pyproject.toml and pdm.lock in add/update ([#​3285](https://redirect.github.com/pdm-project/pdm/issues/3285)) - Drop support of Python 3.8 ([#​3298](https://redirect.github.com/pdm-project/pdm/issues/3298)) ##### Bug Fixes - Fix the name normalization issue for optional dependency groups. ([#​3271](https://redirect.github.com/pdm-project/pdm/issues/3271)) - Don't use uv when installing plugins in project. ([#​3283](https://redirect.github.com/pdm-project/pdm/issues/3283)) - Fix the bug that pdm plugins are invalid after installation on ubuntu system python. ([#​3289](https://redirect.github.com/pdm-project/pdm/issues/3289)) </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTA2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
- Loading branch information