Update Python Dependencies (major)#342
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
84063bb to
970abd5
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:
==29.0.0→==35.0.0==1.19.1→==2.1.0==80.10.2→==82.0.1==9.2.2→==10.0.5==7.1.0→==10.0.5==76.0.0.20250313→==82.0.0.20260518Release Notes
kubernetes-client/python (kubernetes)
v35.0.0: Kubernetes Python Client v35.0.0 Stable ReleaseCompare Source
Getting started:
Or from source, download attached zip file, then
unzip client-python-v35.0.0.zip cd client-python-v35.0.0 python setup.py installThen follow examples in https://github.com/kubernetes-client/python/tree/release-35.0/examples
Changelog: https://github.com/kubernetes-client/python/blob/release-35.0/CHANGELOG.md
v34.1.0: Kubernetes Python Client v34.1.0 Stable ReleaseCompare Source
Getting started:
Or from source, download attached zip file, then
unzip client-python-v34.1.0.zip cd client-python-v34.1.0 python setup.py installThen follow examples in https://github.com/kubernetes-client/python/tree/release-34.0/examples
Changelog: https://github.com/kubernetes-client/python/blob/release-34.0/CHANGELOG.md
v33.1.0: Kubernetes Python Client v33.1.0 Stable ReleaseCompare Source
Getting started:
Or from source, download attached zip file, then
unzip client-python-v33.1.0.zip cd client-python-v33.1.0 python setup.py installThen follow examples in https://github.com/kubernetes-client/python/tree/release-33.0/examples
Changelog: https://github.com/kubernetes-client/python/blob/release-33.0/CHANGELOG.md
v32.0.1: Kubernetes Python Client v32.0.1 Stable ReleaseCompare Source
Getting started:
Or from source, download attached zip file, then
unzip client-python-v32.0.1.zip cd client-python-v32.0.1 python setup.py installThen follow examples in https://github.com/kubernetes-client/python/tree/release-32.0/examples
Changelog: https://github.com/kubernetes-client/python/blob/release-32.0/CHANGELOG.md
v32.0.0: Kubernetes Python Client v32.0.0 Stable ReleaseCompare Source
Getting started:
Or from source, download attached zip file, then
unzip client-python-v32.0.0.zip cd client-python-v32.0.0 python setup.py installThen follow examples in https://github.com/kubernetes-client/python/tree/release-32.0/examples
Changelog: https://github.com/kubernetes-client/python/blob/release-32.0/CHANGELOG.md
v31.0.0: Kubernetes Python Client v31.0.0 Stable ReleaseCompare Source
Getting started:
Or from source, download attached zip file, then
unzip client-python-v31.0.0.zip cd client-python-v31.0.0 python setup.py installThen follow examples in https://github.com/kubernetes-client/python/tree/release-31.0/examples
Changelog: https://github.com/kubernetes-client/python/blob/release-31.0/CHANGELOG.md
v30.1.0: Kubernetes Python Client v30.1.0 Stable ReleaseCompare Source
Getting started:
Or from source, download attached zip file, then
unzip client-python-v30.1.0.zip cd client-python-v30.1.0 python setup.py installThen follow examples in https://github.com/kubernetes-client/python/tree/release-30.0/examples
Changelog: https://github.com/kubernetes-client/python/blob/release-30.0/CHANGELOG.md
python/mypy (mypy)
v2.1.0Compare Source
v2.0.0Compare Source
v1.20.2Compare Source
v1.20.1Compare Source
dict.__or__typeshed change (Ivan Levkivskyi, PR 21186)type[T]in type calls (Shantanu, PR 21174)Anytyped variables (Shantanu, PR 21142)--warn-unused-configshould not be a strict flag (Ivan Levkivskyi, PR 21139)v1.20.0Compare Source
pypa/setuptools (setuptools)
v82.0.1Compare Source
v82.0.0Compare Source
v81.0.0Compare Source
pypa/setuptools-scm (setuptools-scm)
v10.0.5: setuptools-scm v10.0.5Compare Source
Fixed
dump_version()deprecation warning to be silenced by passingscm_version=None. (#1286)[tool.uv.sources]fromsetuptools-scm/pyproject.tomlto fix sdist builds outside the workspace — the workspace root already declares the source mapping for development. (#1330)v10.0.4: setuptools-scm v10.0.4Compare Source
Fixed
get_versioninsetup.pywithrelative_toandfallback_rootso SCM fallbacks (e.g.PKG-INFO) do not resolve against the wrong directory when the build cwd is the workspace or repo root. (#1302)GlobalOverridesforSETUPTOOLS_SCMwhen usingsetuptools_scm.get_version/_get_version, avoiding implicit context warnings for direct API callers. (#1314)Miscellaneous
v10.0.3: setuptools-scm v10.0.3Compare Source
Fixed
../vcs-versioning/srcfrombuild-system.backend-pathso sdists install under PEP 517 (paths must stay inside the source tree). (#1306)Miscellaneous
griffeclito test dependencies so the API stability check keeps working after the Griffe CLI was split into a separate package. (#1310)v10.0.2: setuptools-scm v10.0.2Compare Source
Fixed
build_pyoutputs so strict editable installs include them in the persistent auxiliary directory. SetSETUPTOOLS_SCM_WRITE_TO_SOURCE=0to disable source-tree writing (e.g., for read-only source directories). (#1298)v10.0.1: setuptools-scm v10.0.1Compare Source
Miscellaneous
createReleaseAPI call instead of separatecreateTag/createRef/createReleasecalls, avoiding dangling tag objects on partial failures. (#release-pipeline)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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.