-
Notifications
You must be signed in to change notification settings - Fork 343
chore(deps): bump the all group with 27 updates #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+657
−469
Conversation
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
Bumps the all group with 27 updates: | Package | From | To | | --- | --- | --- | | [httpx-sse](https://github.com/florimondmanca/httpx-sse) | `0.4.1` | `0.4.3` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.12.5` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.5` | `6.33.4` | | [google-api-core](https://github.com/googleapis/python-api-core) | `2.25.1` | `2.29.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.116.1` | `0.128.0` | | [sse-starlette](https://github.com/sysid/sse-starlette) | `3.0.2` | `3.2.0` | | [starlette](https://github.com/Kludex/starlette) | `0.47.2` | `0.50.0` | | [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `46.0.3` | | [grpcio](https://github.com/grpc/grpc) | `1.74.0` | `1.76.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.71.2` | `1.74.0` | | [grpcio-reflection](https://grpc.io) | `1.71.2` | `1.74.0` | | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.36.0` | `1.39.1` | | [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.36.0` | `1.39.1` | | [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) | `0.32.0` | `0.53.0` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.19.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `9.0.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.1.0` | `1.3.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.0.0` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.8` | `0.14.13` | | [uv-dynamic-versioning](https://github.com/ninoseki/uv-dynamic-versioning) | `0.8.2` | `0.13.0` | | [types-protobuf](https://github.com/typeshed-internal/stub_uploader) | `6.30.2.20250703` | `6.32.1.20251210` | | [types-requests](https://github.com/typeshed-internal/stub_uploader) | `2.32.4.20250611` | `2.32.4.20260107` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.5.1` | | [pyupgrade](https://github.com/asottile/pyupgrade) | `3.20.0` | `3.21.2` | | [trio](https://github.com/python-trio/trio) | `0.30.0` | `0.32.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.38.0` | `0.40.0` | Updates `httpx-sse` from 0.4.1 to 0.4.3 - [Release notes](https://github.com/florimondmanca/httpx-sse/releases) - [Changelog](https://github.com/florimondmanca/httpx-sse/blob/master/CHANGELOG.md) - [Commits](florimondmanca/httpx-sse@0.4.1...0.4.3) Updates `pydantic` from 2.11.7 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.7...v2.12.5) Updates `protobuf` from 5.29.5 to 6.33.4 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `google-api-core` from 2.25.1 to 2.29.0 - [Release notes](https://github.com/googleapis/python-api-core/releases) - [Changelog](https://github.com/googleapis/python-api-core/blob/main/CHANGELOG.md) - [Commits](googleapis/python-api-core@v2.25.1...v2.29.0) Updates `fastapi` from 0.116.1 to 0.128.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.116.1...0.128.0) Updates `sse-starlette` from 3.0.2 to 3.2.0 - [Release notes](https://github.com/sysid/sse-starlette/releases) - [Commits](sysid/sse-starlette@v3.0.2...v3.2.0) Updates `starlette` from 0.47.2 to 0.50.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.47.2...0.50.0) Updates `cryptography` from 45.0.5 to 46.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@45.0.5...46.0.3) Updates `grpcio` from 1.74.0 to 1.76.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.74.0...v1.76.0) Updates `grpcio-tools` from 1.71.2 to 1.74.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.71.2...v1.74.0) Updates `grpcio-reflection` from 1.71.2 to 1.74.0 Updates `opentelemetry-api` from 1.36.0 to 1.39.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.36.0...v1.39.1) Updates `opentelemetry-sdk` from 1.36.0 to 1.39.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.36.0...v1.39.1) Updates `datamodel-code-generator` from 0.32.0 to 0.53.0 - [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases) - [Changelog](https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md) - [Commits](koxudaxi/datamodel-code-generator@0.32.0...0.53.0) Updates `mypy` from 1.17.1 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.19.1) Updates `pytest` from 8.4.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.1...9.0.2) Updates `pytest-asyncio` from 1.1.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.1.0...v1.3.0) Updates `pytest-cov` from 6.2.1 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.1...v7.0.0) Updates `pytest-mock` from 3.14.1 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.1...v3.15.1) Updates `ruff` from 0.12.8 to 0.14.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.8...0.14.13) Updates `uv-dynamic-versioning` from 0.8.2 to 0.13.0 - [Release notes](https://github.com/ninoseki/uv-dynamic-versioning/releases) - [Commits](ninoseki/uv-dynamic-versioning@v0.8.2...v0.13.0) Updates `types-protobuf` from 6.30.2.20250703 to 6.32.1.20251210 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-requests` from 2.32.4.20250611 to 2.32.4.20260107 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `pre-commit` from 4.2.0 to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.2.0...v4.5.1) Updates `pyupgrade` from 3.20.0 to 3.21.2 - [Commits](asottile/pyupgrade@v3.20.0...v3.21.2) Updates `trio` from 0.30.0 to 0.32.0 - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.30.0...v0.32.0) Updates `uvicorn` from 0.38.0 to 0.40.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.38.0...0.40.0) --- updated-dependencies: - dependency-name: httpx-sse dependency-version: 0.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: protobuf dependency-version: 6.33.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: google-api-core dependency-version: 2.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: sse-starlette dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: starlette dependency-version: 0.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: grpcio dependency-version: 1.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: grpcio-tools dependency-version: 1.74.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: grpcio-reflection dependency-version: 1.74.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: opentelemetry-api dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: opentelemetry-sdk dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: datamodel-code-generator dependency-version: 0.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: ruff dependency-version: 0.14.13 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: uv-dynamic-versioning dependency-version: 0.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: types-protobuf dependency-version: 6.32.1.20251210 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: types-requests dependency-version: 2.32.4.20260107 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: pyupgrade dependency-version: 3.21.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: trio dependency-version: 0.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: uvicorn dependency-version: 0.40.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
holtskinner
approved these changes
Jan 22, 2026
Member
|
Thank you @holtskinner for reconfiguring dependabot to batch everything into a single PR! |
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.
Bumps the all group with 27 updates:
0.4.10.4.32.11.72.12.55.29.56.33.42.25.12.29.00.116.10.128.03.0.23.2.00.47.20.50.045.0.546.0.31.74.01.76.01.71.21.74.01.71.21.74.01.36.01.39.11.36.01.39.10.32.00.53.01.17.11.19.18.4.19.0.21.1.01.3.06.2.17.0.03.14.13.15.10.12.80.14.130.8.20.13.06.30.2.202507036.32.1.202512102.32.4.202506112.32.4.202601074.2.04.5.13.20.03.21.20.30.00.32.00.38.00.40.0Updates
httpx-ssefrom 0.4.1 to 0.4.3Release notes
Sourced from httpx-sse's releases.
Changelog
Sourced from httpx-sse's changelog.
Commits
e8fcd9eVersion 0.4.3 (#41)6339349Update CHANGELOG.md4787b4fRefactor _splitlines_sse to improve efficiency (#40)c3dd81aVersion 0.4.2 (#39)6297588Changelog for Version 0.4.21ccc095SSE spec compliant line parsing (#37)Updates
pydanticfrom 2.11.7 to 2.12.5Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
bd2d0ddPrepare release v2.12.57d0302eDocument security implications when usingcreate_model()e9ef980Fix typo in Standard Library Types documentationf2c20c0Addpydantic-docsdev dependency, make use of versioning blocksa76c1aaUpdate documentation about JSON Schema8cbc72cAdd documentation about custom__init__()99eba59Add additional test forFieldInfo.get_default()c710769Special caseMISSINGsentinel insmart_deepcopy()20a9d77Do not delete mock validator/serializer inrebuild_dataclass()c86515aUpdate parts of the model andrevalidate_instancesdocumentationUpdates
protobuffrom 5.29.5 to 6.33.4Commits
Updates
google-api-corefrom 2.25.1 to 2.29.0Release notes
Sourced from google-api-core's releases.
... (truncated)
Changelog
Sourced from google-api-core's changelog.
... (truncated)
Commits
014d3dechore: librarian release pull request: 20260108T134327Z (#883)2d93bd1tests: remove pytype nox session (#876)0fe0632chore: fix mypy check (#882)f8bf6f9feat: Auto enable mTLS when supported certificates are detected (#869)f0188c6chore: update github action workflow permissions (#875)d211307tests: refactor unit test nox sessions (#873)2196e2achore: remove sync-repo-settings.yaml which is not used (#872)54d1d36tests: update default python runtime used in tests to 3.14 (#870)9340408fix: flaky tests due to imprecision in floating point calculation and perform...c969186feat: make parse_version_to_tuple public (#864)Updates
fastapifrom 0.116.1 to 0.128.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
8322a44🔖 Release version 0.128.04b2cfcf📝 Update release notese300630➖ Drop support forpydantic.v1(#14609)1b3bea8📝 Update release notes34e8841✅ Run performance tests only on Pydantic v2 (#14608)cd90c78🔖 Release version 0.127.193f4dfd📝 Update release notes535b5da🔊 Add a customFastAPIDeprecationWarning(#14605)6b53786📝 Update release notesd98f4eb🔧 Update pre-commit to use local Ruff instead of hook (#14604)Updates
sse-starlettefrom 3.0.2 to 3.2.0Release notes
Sourced from sse-starlette's releases.
Commits
9101a42Bump version to 3.2.0c3248fcMerge pull request #158 from sysid/pr-157c99dd67Merge pull request #157 from yuliy-openai/optional_auto_drained35777feat: add enable_automatic_graceful_drain_mode() for re-enabling auto-drain15f26cb[feat] Allow disabling automatic draining immediately on sigtermfc50af6chore: update gitignore268b3cdfeat: add pre-commit hooks for format, lint, and mypy618ac0eBump version to 3.1.26d68ba9Merge pull request #153 from sysid/fix/152_shutdown_watcher_leak89faa04fix: prevent watcher task leak with threading.local (#152)Updates
starlettefrom 0.47.2 to 0.50.0Release notes
Sourced from starlette's releases.
... (truncated)
Changelog
Sourced from starlette's changelog.
... (truncated)
Commits
4941b4aVersion 0.50.0 (#3063)a0499f6Drop support for Python 3.9 (#3061)de3ffecVersion 0.49.3 (#3062)c443396Relax strictness onMiddlewaretype (#3059)85bf027Version 0.49.2 (#3058)3d480ddIgnoreif-modified-sinceifif-none-matchis present (#3057)da06052Bump the github-actions group with 3 updates (#3056)34caa99Add groups configuration for GitHub Actions (#3055)7e4b742Version 0.49.1 (#3047)4ea6e22Merge commit from forkUpdates
cryptographyfrom 45.0.5 to 46.0.3Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
c0af4ddrelease 46.0.3 (#13681)99efe5abump version for 46.0.2 (#13531)e735cfcrelease 46.0.1 (#13450)4e457ffExplicitly specify python in mac uv build invocation (#13447)2726efdDepend on CFFI 2.0.0 or newer on Python > 3.8 (#13448)6223062release 46.0.0 (#13446)563c491Update comment for pyopenssl-release tag (#13445)d2f6f7fBump downstream dependencies in CI (#13439)e7ab02bwe'll ship this with 3.5.3 why not (#13442)0b68a4bAnother pair of bump dependencies fix (#13444)Updates
grpciofrom 1.74.0 to 1.76.0Release notes
Sourced from grpcio's releases.
... (truncated)
Commits
f5ffb68[Release] Bump version to 1.76.0 (on v1.76.x branch) (#40925)ffd8379[Release] Bump version to 1.76.0-pre1 (on v1.76.x branch) (#40798)835d394[Release] Bump core version to 51.0.0 for upcoming release (#40784)de6ce7f[PH2] Add files for goaway support (#40786)f7dd7f4[PH2][Trivial][CleanUp]2d40a37[PH2][ChannelZ][ZTrace][Skeleton]83acb27[build] Add Missing Dependencies for reflection_proto in Preparation for Enab...abfe8a2[PH2] Stream list represents streams open for reads.c65d8de[PH2][Expt] Fix the experiment expiry755d025Fix latent_see_test flakinessUpdates
grpcio-toolsfrom 1.71.2 to 1.74.0Release notes
Sourced from grpcio-tools's releases.
... (truncated)
Commits
3e7a4d5[Release] Bump version to 1.74.0 (on v1.74.x branch) (#40290)b2d32db[Backport][v1.74.x][Python] Fix for windows distribtest (#40241)a7d80a7[ruby] bump timeout for ruby artifact build on 1.74.x branch (#40230)2a6bf86[Release] Bump version to 1.74.0-pre2 (on v1.74.x branch) (#40216)c8dcda6[Backport-to-1.74.x] Added missing useful to cf_event_engine (#40210)1c64908[Ruby] Add rubygems support for linux-gnu and linux-musl platforms (#40174)08648d3[Backport][v1.74.x][event_engine] Fix race conditions in the timer manager sh...5d59f8e[Release] Bump version to 1.74.0-pre1 (on v1.74.x branch) (#40121)