Skip to content

Update Python Dependencies (major)#348

Open
red-hat-konflux[bot] wants to merge 1 commit into
release-1.3from
konflux/mintmaker/release-1.3/major-python-deps
Open

Update Python Dependencies (major)#348
red-hat-konflux[bot] wants to merge 1 commit into
release-1.3from
konflux/mintmaker/release-1.3/major-python-deps

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
kubernetes major ==29.0.0==36.0.2
setuptools (changelog) major ==80.10.2==83.0.0
setuptools (changelog) major ==82.0.1==83.0.0
setuptools-scm major ==9.2.2==10.2.0
setuptools-scm major ==7.1.0==10.2.0
types-setuptools (changelog) major ==76.0.0.20250313==83.0.0.20260706
vcs-versioning major ==1.1.1==2.2.2

Release Notes

kubernetes-client/python (kubernetes)

v36.0.2: Kubernetes Python Client v36.0.2 Stable Release

Compare Source

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v36.0.2.zip
cd client-python-v36.0.2
python setup-release.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-36.0/examples

Changelog: https://github.com/kubernetes-client/python/blob/release-36.0/CHANGELOG.md

v36.0.1

Compare Source

Kubernetes API Version: v1.36.1

Bug or Regression
  • Fix load_incluster_config() and load_kube_config() (sync and async, with a static token) so requests carry an Authorization header on kubernetes-client/python v36+. Without this fix, in-cluster pods upgrading to v36 silently send unauthenticated requests and the apiserver rejects them as system:anonymous. (#​2585, @​Jmacek)
Deprecation

v36.0.0

Compare Source

Kubernetes API Version: v1.36.1

v35.0.0: Kubernetes Python Client v35.0.0 Stable Release

Compare Source

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v35.0.0.zip
cd client-python-v35.0.0
python setup.py install

Then 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 Release

Compare Source

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v34.1.0.zip
cd client-python-v34.1.0
python setup.py install

Then 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 Release

Compare Source

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v33.1.0.zip
cd client-python-v33.1.0
python setup.py install

Then 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 Release

Compare Source

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v32.0.1.zip
cd client-python-v32.0.1
python setup.py install

Then 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 Release

Compare Source

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v32.0.0.zip
cd client-python-v32.0.0
python setup.py install

Then 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 Release

Compare Source

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v31.0.0.zip
cd client-python-v31.0.0
python setup.py install

Then 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 Release

Compare Source

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v30.1.0.zip
cd client-python-v30.1.0
python setup.py install

Then 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

pypa/setuptools (setuptools)

v83.0.0

Compare Source

v82.0.1

Compare Source

v82.0.0

Compare Source

v81.0.0

Compare Source

pypa/setuptools-scm (setuptools-scm)

v10.2.0: setuptools-scm v10.2.0

Compare Source

Added
  • Restore Python 3.8 and 3.9 support, re-enabling use as a build dependency for projects like scikit-build that still support these versions. (#​1445)
Miscellaneous
  • Move PKG-INFO discovery tests from vcs-versioning to setuptools-scm where the entry points are registered. (#​1446)

v10.1.2: setuptools-scm v10.1.2

Compare Source

Fixed
  • Fix DeprecationWarning leak by threading VcsEnvironment through VersionInferenceConfig and using env.make_reader() in _should_write_to_source. (#​1424)

v10.1.1: setuptools-scm v10.1.1

Compare Source

Fixed
  • Update CI to use PyPy 3.11 as cryptography has no PyPy 3.10 build available (#​1421)

v10.0.5: setuptools-scm v10.0.5

Compare Source

Fixed
  • Allow dump_version() deprecation warning to be silenced by passing scm_version=None. (#​1286)
  • Remove [tool.uv.sources] from setuptools-scm/pyproject.toml to fix sdist builds outside the workspace — the workspace root already declares the source mapping for development. (#​1330)

v10.0.4: setuptools-scm v10.0.4

Compare Source

Fixed
  • Anchor get_version in setup.py with relative_to and fallback_root so SCM fallbacks (e.g. PKG-INFO) do not resolve against the wrong directory when the build cwd is the workspace or repo root. (#​1302)
  • Enter GlobalOverrides for SETUPTOOLS_SCM when using setuptools_scm.get_version / _get_version, avoiding implicit context warnings for direct API callers. (#​1314)
Miscellaneous
  • Upgrade pre-commit hooks (Ruff, mypy, codespell), align locked Ruff with hooks, and add Ruff per-file configuration for setuptools_scm re-export modules. (#​1311)

v10.0.3: setuptools-scm v10.0.3

Compare Source

Fixed
  • Remove monorepo-only ../vcs-versioning/src from build-system.backend-path so sdists install under PEP 517 (paths must stay inside the source tree). (#​1306)
Miscellaneous
  • Add griffecli to 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.2

Compare Source

Fixed
  • Fix version file not generated for editable installs. Version files are now written to the source tree by default during inference (restoring pre-10.x behavior), and also registered as build_py outputs so strict editable installs include them in the persistent auxiliary directory. Set SETUPTOOLS_SCM_WRITE_TO_SOURCE=0 to disable source-tree writing (e.g., for read-only source directories). (#​1298)

v10.0.1: setuptools-scm v10.0.1

Compare Source

Miscellaneous
  • Simplify release tag creation to use a single createRelease API call instead of separate createTag/createRef/createRelease calls, avoiding dangling tag objects on partial failures. (#release-pipeline)

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

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.

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency setuptools-scm to v10 Update dependency setuptools-scm to v10 May 21, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update dependency setuptools-scm to v10 chore(deps): update dependency setuptools-scm to v10 May 29, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency setuptools-scm to v10 Update dependency setuptools-scm to v10 May 29, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update dependency setuptools-scm to v10 chore(deps): update dependency setuptools-scm to v10 Jun 1, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency setuptools-scm to v10 Update dependency setuptools-scm to v10 Jun 1, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.3/major-python-deps branch from e5f01f4 to b0d75ba Compare June 4, 2026 11:12
@red-hat-konflux red-hat-konflux Bot changed the title Update dependency setuptools-scm to v10 chore(deps): update python dependencies (major) Jun 4, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update python dependencies (major) Update Python Dependencies (major) Jun 4, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.3/major-python-deps branch 6 times, most recently from 597983a to 117e956 Compare July 2, 2026 05:51
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.3/major-python-deps branch 2 times, most recently from bfe7972 to de03347 Compare July 7, 2026 18:18
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.3/major-python-deps branch from de03347 to 87dfbd9 Compare July 9, 2026 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants