build(deps): bump the production group across 1 directory with 10 updates#3404
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the production group across 1 directory with 10 updates#3404dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
This was referenced Jun 18, 2026
Closed
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
9274dff to
10f433c
Compare
Contributor
|
Looks like the errors here come from |
…ates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [kubernetes](https://github.com/kubernetes-client/python), [kubernetes-asyncio](https://github.com/tomplus/kubernetes_asyncio), [pydantic](https://github.com/pydantic/pydantic), [pyjwt](https://github.com/jpadilla/pyjwt), [python-multipart](https://github.com/Kludex/python-multipart), [redis](https://github.com/redis/redis-py), [setuptools](https://github.com/pypa/setuptools), [types-pyyaml](https://github.com/python/typeshed) and [uvicorn[standard]](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `fastapi` from 0.128.0 to 0.137.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.128.0...0.137.1) Updates `kubernetes` from 35.0.0 to 36.0.2 - [Release notes](https://github.com/kubernetes-client/python/releases) - [Changelog](https://github.com/kubernetes-client/python/blob/v36.0.2/CHANGELOG.md) - [Commits](kubernetes-client/python@v35.0.0...v36.0.2) Updates `kubernetes-asyncio` from 29.0.0 to 36.1.0 - [Changelog](https://github.com/tomplus/kubernetes_asyncio/blob/main/CHANGELOG.md) - [Commits](tomplus/kubernetes_asyncio@29.0.0...36.1.0) Updates `pydantic` from 2.12.5 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.4) Updates `pyjwt` from 2.8.0 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.8.0...2.13.0) Updates `python-multipart` from 0.0.28 to 0.0.32 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.28...0.0.32) Updates `redis` from 7.4.0 to 8.0.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.4.0...v8.0.0) Updates `setuptools` from 81.0.0 to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v81.0.0...v82.0.1) Updates `types-pyyaml` from 6.0.12.20260510 to 6.0.12.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `uvicorn[standard]` to 0.49.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.46.0...0.49.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: kubernetes dependency-version: 36.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production - dependency-name: kubernetes-asyncio dependency-version: 36.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production - dependency-name: types-pyyaml dependency-version: 6.0.12.20260518 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: uvicorn[standard] dependency-version: 0.49.0 dependency-type: direct:production dependency-group: production ... Signed-off-by: dependabot[bot] <support@github.com>
10f433c to
7e59011
Compare
Contributor
|
Double checked and those type errors are bugs in kubernetes-asyncio, not an issue on our end. Filed upstream issues and a PR. |
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.
Updates the requirements on fastapi, kubernetes, kubernetes-asyncio, pydantic, pyjwt, python-multipart, redis, setuptools, types-pyyaml and uvicorn[standard] to permit the latest version.
Updates
fastapifrom 0.128.0 to 0.137.1Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
a82e5f2🔖 Release version 0.137.1 (#15766)edd1461📝 Update release notesb78c822🚨 Fix typing checks for APIRoute (#15765)e0f8cad📝 Update release notesd8aad20🐛 Fix bug, allow empty path in path operation in prefixless router (#15763)9a9c4ad🔖 Release version 0.137.0 (#15748)c6d5897📝 Update release notes31d097f📝 Update release notes (#15747)ba609a8📝 Update release notes8e1d774♻️ Refactor internals to preserveAPIRouterandAPIRouteinstances (#15745)Updates
kubernetesfrom 35.0.0 to 36.0.2Release notes
Sourced from kubernetes's releases.
... (truncated)
Changelog
Sourced from kubernetes's changelog.
... (truncated)
Commits
1f2df03Merge pull request #2607 from yliaog/automated-release-of-36.0.2-upstream-rel...348f673Merge pull request #2605 from yliaog/release-36.070e680eApply hotfix for commit: 5621a4c2cf5cc278e8f45ce759ce44c057f1dbe29683d06generated client changed2cb000update version constants for 36.0.2 release17cf4e1update changelog with release notes from master branch8be4ce3added breaking change on V1ServiceSpec fields cluster_i_ps and external_i_ps ...a05fe9eMerge pull request #2599 from yliaog/automated-release-of-36.0.1-upstream-rel...33827faupdated compatibility matrix and maintenance status8836c4cgenerated client changeUpdates
kubernetes-asynciofrom 29.0.0 to 36.1.0Changelog
Sourced from kubernetes-asyncio's changelog.
... (truncated)
Commits
7ddbf30release v36.1.07730a33regenerate client for release 36.1.0 (#425)cb0b819add server side apply (#418)0c7ebe7More descriptive error on DynamicClient not initialized (#422)3cf2945chore(deps): update setuptools requirement from >=21.0.0 to >=82.0.1 (#421)33c014bchore(deps): bump codecov/codecov-action from 5 to 6 (#415)112d4feRemove outdated compatibility section from readme (#414)c1a69beFix: HTTP status check skipped when _preload_content=False in REST client (#402)4a9303cDeclare support for Python 3.14 and run it in CI (#410)15aae49[doc] update changelog (#408)Updates
pydanticfrom 2.12.5 to 2.13.4Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185Updates
pyjwtfrom 2.8.0 to 2.13.0Release notes
Sourced from pyjwt's releases.
... (truncated)
Changelog
Sourced from pyjwt's changelog.
... (truncated)
Commits
7144e45Apply ruff formatd2f4becRestorecast()calls with cross-versiontype: ignoreforprepare_key22f478cRemove redundant casts inRSAAlgorithm.prepare_keyand `ECAlgorithm.prepare...95791b1Bundle security fixes and hardening into 2.13.0dcc27a9[pre-commit.ci] pre-commit autoupdate (#1155)9d08a9a[pre-commit.ci] pre-commit autoupdate (#1146)b87c100Bump codecov/codecov-action from 5 to 6 (#1154)40e3147Migrate development extras to dependency groups (#1152)a4e1a3dAdd typing_extensions dependency for Python < 3.11 (#1151)bd9700cUse PyJWK algorithm when encoding without explicit algorithm (#1148)Updates
python-multipartfrom 0.0.28 to 0.0.32Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
Commits
238ead6Version 0.0.32 (#302)8672979Replace per-byte partial-boundary scan with rfind lookbehind (#300)8190779Bump the python-packages group with 7 updates (#30...Description has been truncated