Skip to content

Commit

Permalink
Update dependency pdm to v2.22.1 (#150)
Browse files Browse the repository at this point in the history
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.
([#&#8203;3329](https://redirect.github.com/pdm-project/pdm/issues/3329))
- Write dev dependencies to `dependency-groups` section when importing
project from other package managers.
([#&#8203;3354](https://redirect.github.com/pdm-project/pdm/issues/3354))

##### Miscellany

- Show a warning when resolving against cross-platform targets under uv
mode.
([#&#8203;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.
([#&#8203;3295](https://redirect.github.com/pdm-project/pdm/issues/3295))
- Add one `safe_compatible` version specifiers saving strategy.
([#&#8203;3301](https://redirect.github.com/pdm-project/pdm/issues/3301))
- Allow customizing scripts display with `scripts.show_header` settings.
([#&#8203;3313](https://redirect.github.com/pdm-project/pdm/issues/3313))
- Speed up the resolution by only resolving wheel candidates if
possible.
([#&#8203;3319](https://redirect.github.com/pdm-project/pdm/issues/3319))
- Drop version from the search result, following the change of
warehouse.
([#&#8203;3328](https://redirect.github.com/pdm-project/pdm/issues/3328))
- Support `overrides` settings under `[tool.pdm.resolution]` with use_uv
([#&#8203;3330](https://redirect.github.com/pdm-project/pdm/issues/3330))

##### Bug Fixes

- No longer requires `wheel` to build a setuptools-backed package.
([#&#8203;3320](https://redirect.github.com/pdm-project/pdm/issues/3320))
- Fix an inconsistent behavior when running `pdm remove <package>` with
uv enabled.
([#&#8203;3323](https://redirect.github.com/pdm-project/pdm/issues/3323))
- Fix: uninstallation error when pdm is not installed before.
([#&#8203;3325](https://redirect.github.com/pdm-project/pdm/issues/3325))
- Fix a bug in uv mode that direct URL dependencies can't be installed.
([#&#8203;3332](https://redirect.github.com/pdm-project/pdm/issues/3332))
- Fix a crash issue when rewriting dependency groups with
`include-group` items.
([#&#8203;3333](https://redirect.github.com/pdm-project/pdm/issues/3333))
- Also read username from keyring if missing in source/repository
config.
([#&#8203;3334](https://redirect.github.com/pdm-project/pdm/issues/3334))
- Allow configuring repositories in project.
([#&#8203;3335](https://redirect.github.com/pdm-project/pdm/issues/3335))

##### Miscellany

- Mark tests that require uv and skip them if uv is not found.
([#&#8203;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
([#&#8203;3179](https://redirect.github.com/pdm-project/pdm/issues/3179))
- Output similar commands or script command when the input command is
not correct
([#&#8203;3270](https://redirect.github.com/pdm-project/pdm/issues/3270))
- improve readability of Python interpreter validation message
([#&#8203;3276](https://redirect.github.com/pdm-project/pdm/issues/3276))
- Print task name by default when using `pdm run`
([#&#8203;3277](https://redirect.github.com/pdm-project/pdm/issues/3277))
- Make `OrderedSet.__contains__` run in O(1)
([#&#8203;3280](https://redirect.github.com/pdm-project/pdm/issues/3280))
- Emit `post_lock` after writing pyproject.toml and pdm.lock in
add/update
([#&#8203;3285](https://redirect.github.com/pdm-project/pdm/issues/3285))
- Drop support of Python 3.8
([#&#8203;3298](https://redirect.github.com/pdm-project/pdm/issues/3298))

##### Bug Fixes

- Fix the name normalization issue for optional dependency groups.
([#&#8203;3271](https://redirect.github.com/pdm-project/pdm/issues/3271))
- Don't use uv when installing plugins in project.
([#&#8203;3283](https://redirect.github.com/pdm-project/pdm/issues/3283))
- Fix the bug that pdm plugins are invalid after installation on ubuntu
system python.
([#&#8203;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
RKIMetadataExchange authored Jan 14, 2025
1 parent 1a68f6b commit 7fa268b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 7fa268b

Please sign in to comment.