build(deps): update dependency pdm to v2.26.6#57
Open
huxuan-assistant[bot] wants to merge 1 commit intoxuan.hu/fix-update-templatefrom
Open
build(deps): update dependency pdm to v2.26.6#57huxuan-assistant[bot] wants to merge 1 commit intoxuan.hu/fix-update-templatefrom
huxuan-assistant[bot] wants to merge 1 commit intoxuan.hu/fix-update-templatefrom
Conversation
0f2f22b to
68c78f1
Compare
68c78f1 to
3b450de
Compare
3b450de to
0b4bc01
Compare
0b4bc01 to
50faa9c
Compare
50faa9c to
1fcb6f1
Compare
1fcb6f1 to
f97202d
Compare
f97202d to
9eae986
Compare
9eae986 to
51a2885
Compare
51a2885 to
6a970d2
Compare
6a970d2 to
caed48f
Compare
caed48f to
90023f3
Compare
90023f3 to
93bdc00
Compare
93bdc00 to
c14e33f
Compare
c14e33f to
913be87
Compare
913be87 to
d39a8c7
Compare
d39a8c7 to
45ab68a
Compare
45ab68a to
06320ab
Compare
06320ab to
07ed696
Compare
07ed696 to
2cc0917
Compare
2cc0917 to
8d35610
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.22.3->2.26.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pdm-project/pdm (pdm)
v2.26.6Compare Source
Bug Fixes
packaging==26.0changes for version comparison (#3729)v2.26.5Compare Source
Bug Fixes
pdm initcommand. (#3721)resolution.excludesis not applied when evaluating candidates from the lock file. (#3726)Documentation
mkdocs-llmstxt. (#3723)v2.26.4Compare Source
Bug Fixes
v2.26.3Compare Source
Features & Improvements
hishel1.0.0. (#3700)Bug Fixes
.gitignorefile in the default template. (#3686)packages.vcs.requested-revisionif it's None when formatting pylock.toml. (#3694)v2.26.2Compare Source
Features & Improvements
tomlkitwhen writing is required. (#3672)Bug Fixes
UV_PROJECT_ENVIRONMENTenv var when using uv mode. (#3675)implementation.gil_disabledis a boolean inget_current_env_spec. This fix an issue that free-threaded wheels get rejected incorrectly. (#3677)PdmBasicAuthacached_propertyto accelerate execution. (#3684)Removals and Deprecations
pdm searchcommand as PyPI no longer supports search API. (#3674)Miscellany
v2.26.1Compare Source
Bug Fixes
expand_env_vars. (#3653)v2.26.0Compare Source
Features & Improvements
Bug Fixes
publish --skip-existingfor Nexus Repository OSS >= 3.70 (#3617)pythonrequirement during locking. (#3635)use_uv=true. (#3640)v2.25.9Compare Source
No significant changes.
v2.25.8Compare Source
Bug Fixes
v2.25.7Compare Source
Features & Improvements
pdm info. (#3600)Bug Fixes
uv python dirpath resolution on Windows (#3603)v2.25.6Compare Source
Features & Improvements
pdm python install -vcommand now shows the download URL for the Python interpreter. (#3552)Bug Fixes
make_arrayalways returns a tomlkit array type. (#3586)Dependencies
v2.25.5Compare Source
Features & Improvements
tto the version string, otherwise the normal build will be preferred. (#3562)Bug Fixes
pylock.toml. (#3565)pdm exportwith--lockfile pylock.tomlproduced empty requirements.txt files due to missing group information extraction from pylock format markers. (#3573)v2.25.4Compare Source
Bug Fixes
Dependencies
resolvelibto 1.2.0. (#3557)v2.25.3Compare Source
Bug Fixes
dependency-groupsandextrasmarkers frommarkervalue when parsing pylock.toml. (#3550)v2.25.2Compare Source
No significant changes.
v2.25.1Compare Source
Bug Fixes
extrasanddependency-groupsfields in pylock output. (#3543)v2.25.0Compare Source
Features & Improvements
Bug Fixes
array_of_inline_tablesto list[dict] from list[str] (#3523)v2.24.2Compare Source
Bug Fixes
static_urlsis not enabled when runningpdm export -f pylock. (#3517)--selfor--editable-selfis passed topdm export -f pylock. (#3518)Miscellany
v2.24.1Compare Source
Bug Fixes
BaseSynchronizerwithinstall_selfsetto
True. This fixes the bug that when callingpdm sync --quiet, it skipsinstalling the project itself. (#3484)
not to require it anymore. (#3487)
v2.24.0Compare Source
Features & Improvements
pdm newthat behaves likepdm initbut creates a new project. (#3462)--nameas project name for commandpdm newe.g.pdm new hello --name world(#3476)Bug Fixes
--quietoption topdm synccommand. (#3401).python-versionfile is found and it contains multiple lines, the file will be ignored. The usage of the.python-versionfile can be disabled, if configuration valuepython.use_python_version(or environment variablePDM_USE_PYTHON_VERSION) isFalse. (#3417)pdm config -ecommand to open read-only file under linux (#3423)README.mdandpyproject.tomlwhen runningpdm init <template>. (#3460)pdm lock --update-reuse. (#3461)v2.23.1Compare Source
Features & Improvements
pyappto wrappdmas a Python application that bootstrap itself at runtime. (#3429)idis supporting currently for OIDC trusted publishing (#3441)Bug Fixes
pdm removedoesn't handle dependency groups include correctly. (#3452)unearthto address an issue downloading git repos with short commit hash. (#3455)v2.23.0Compare Source
Features & Improvements
pdm python findcommand to search for a python interpreter. (#3389)pdm importnow convertspackage-modefrom Poetry's settings table todistribution. (#3427)Bug Fixes
pdm remove. (#3404)pdm addandpdm updateremove dependency groups incorrectly. (#3418)v2.22.4Compare Source
Bug Fixes
tool.pdm.dev-dependenciestable has groups. (#3392)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.
This PR has been generated by Renovate Bot.