chore(deps): update pdm to v2.13.2 #451
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.12.4
->2.13.2
2.12.4
->2.13.2
Release Notes
pdm-project/pdm (pdm)
v2.13.2
Compare Source
Bug Fixes
Poetry-specific
parse_name_email
andNAME_EMAIL_RE
moved frompdm.formats.base
topdm.formats.poetry
. #2665PreparedCandidate.build()
for backward-compatibility. #2747Documentation
v2.13.1
Compare Source
Bug Fixes
Documentation
v2.13.0
Compare Source
Features & Improvements
pdm sync/install -G:all
by adding flag--without group1,group2,...
#2258keep_going
to continue on errors for composite scripts and return the last failing exit code. #2582working_dir
for PDM's scripts to set the current working directory. #2620--config-setting
option toadd/install/sync/update/remove/export
commands, the config settings dictionary will be shared by all packages. #2636--no-cache
option or setting thePDM_NO_CACHE
environment variable. #2702httpx.Client
for HTTP requests, droprequests
dependency. #2709pdm lock --exclude-newer=<date>
, allowing reproduction of resolutions regardless of new package releases. #2712pdm outdated
to check the outdated packages and list the latest versions. #2718python.use_venv
is on, always try to create a virtualenv when usingpdm use
to switch the Python interpreter. #2720pdm python
to manage Python installations. Andpdm use
can automatically install the Python interpreter if it's not found. #2721-d/--dest
option forpdm publish
. #2723Bug Fixes
--without
imply--with :all
. #2670venv.location
and other path-like config values. #2672pyproject.toml
when parsing candidate's metadata. #2677pdm --help
on Windows. #2678pdm config
. #2683Documentation
[tool.pdm.scripts]
and[project.scripts]
#2121Removals and Deprecations
pth
cache method. Andsymlink
cache method now behaves the same assymlink_individual
cache method. #2660pdm.models.environment
module deprecated before. Also remove the renamed members frompdm.environments
. #2710Miscellany
setup.cfg
, move tool configurations under it topyproject.toml
#2703Configuration
📅 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 these updates again.
This PR has been generated by Renovate Bot.