Skip to content

Bump the python-dependencies group across 1 directory with 14 updates#30

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-dependencies-c3c0630e8a
Open

Bump the python-dependencies group across 1 directory with 14 updates#30
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-dependencies-c3c0630e8a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Bumps the python-dependencies group with 14 updates in the / directory:

Package From To
authlib 1.6.7 1.6.8
fastapi 0.129.0 0.129.2
filelock 3.21.2 3.24.3
google-adk 1.25.0 1.25.1
google-api-core 2.29.0 2.30.0
google-cloud-aiplatform 1.137.0 1.138.0
google-genai 1.63.0 1.64.0
grpcio 1.78.0 1.78.1
grpcio-status 1.78.0 1.78.1
litellm 1.81.11 1.81.14
openai 2.20.0 2.21.0
pydantic-settings 2.12.0 2.13.1
regex 2026.1.15 2026.2.19
uvicorn 0.40.0 0.41.0

Updates authlib from 1.6.7 to 1.6.8

Release notes

Sourced from authlib's releases.

v1.6.8

Full Changelog: authlib/authlib@v1.6.7...v1.6.8

  • Add EdDSA to default jwt instance.
Commits

Updates fastapi from 0.129.0 to 0.129.2

Release notes

Sourced from fastapi's releases.

0.129.2

Internal

0.129.1

Fixes

  • ♻️ Fix JSON Schema for bytes, use "contentMediaType": "application/octet-stream" instead of "format": "binary". PR #14953 by @​tiangolo.

Docs

Translations

Internal

Commits
  • 1e78a36 🔖 Release version 0.129.2
  • f921de6 📝 Update release notes
  • 4ab8138 ⬆️ Upgrade pytest (#14959)
  • 468d517 📝 Update release notes
  • c9455d5 👷 Fix CI, do not attempt to publish fastapi-slim (#14958)
  • 69ae1d0 📝 Update release notes
  • 083b6eb ➖ Drop support for fastapi-slim, no more versions will be released, use onl...
  • 1b9a351 📝 Update release notes
  • f55ab7e 🔧 Update pyproject.toml, remove unneeded lines (#14956)
  • c91fed9 🔖 Release version 0.129.1
  • Additional commits viewable in compare view

Updates filelock from 3.21.2 to 3.24.3

Release notes

Sourced from filelock's releases.

3.24.3

What's Changed

Full Changelog: tox-dev/filelock@3.24.2...3.24.3

3.24.2

What's Changed

Full Changelog: tox-dev/filelock@3.24.1...3.24.2

3.24.1

What's Changed

Full Changelog: tox-dev/filelock@3.24.0...3.24.1

3.24.0

What's Changed

Full Changelog: tox-dev/filelock@3.23.0...3.24.0

3.23.0

What's Changed

... (truncated)

Changelog

Sourced from filelock's changelog.

########### Changelog ###########


3.24.3 (2026-02-19)


  • 🐛 fix(unix): handle ENOENT race on FUSE/NFS during acquire :pr:495
  • 🐛 fix(ci): add trailing blank line after changelog entries :pr:492

3.24.2 (2026-02-16)


  • 🐛 fix(rw): close sqlite3 cursors and skip SoftFileLock Windows race :pr:491
  • 🐛 fix(test): resolve flaky write non-starvation test :pr:490
  • 📝 docs: restructure using Diataxis framework :pr:489

3.24.1 (2026-02-15)


  • 🐛 fix(soft): resolve Windows deadlock and test race condition :pr:488

3.24.0 (2026-02-14)


  • ✨ feat(lock): add lifetime parameter for lock expiration (#68) :pr:486
  • ✨ feat(lock): add cancel_check to acquire (#309) :pr:487
  • 🐛 fix(api): detect same-thread self-deadlock :pr:481
  • ✨ feat(mode): respect POSIX default ACLs (#378) :pr:483
  • 🐛 fix(win): eliminate lock file race in threaded usage :pr:484
  • ✨ feat(lock): add poll_interval to constructor :pr:482
  • 🐛 fix(unix): auto-fallback to SoftFileLock on ENOSYS :pr:480

3.23.0 (2026-02-14)


  • 📝 docs: move from Unlicense to MIT :pr:479
  • 📝 docs: add fasteners to similar libraries :pr:478

3.22.0 (2026-02-14)


  • 🐛 fix(soft): skip stale detection on Windows :pr:477
  • ✨ feat(soft): detect and break stale locks :pr:476

... (truncated)

Commits
  • b34b3df Release 3.24.3
  • e266937 🐛 fix(unix): handle ENOENT race on FUSE/NFS during acquire (#495)
  • e65c3b8 [pre-commit.ci] pre-commit autoupdate (#493)
  • a67ae00 🐛 fix(ci): add trailing blank line after changelog entries (#492)
  • db3e05a Release 3.24.2
  • ab6b90e 🐛 fix(rw): close sqlite3 cursors and skip SoftFileLock Windows race (#491)
  • 98b4ee9 🐛 fix(test): resolve flaky write non-starvation test (#490)
  • ef15f6b 📝 docs: restructure using Diataxis framework (#489)
  • 0b2f65b Release 3.24.1
  • abccdba 🐛 fix(soft): resolve Windows deadlock and test race condition (#488)
  • Additional commits viewable in compare view

Updates google-adk from 1.25.0 to 1.25.1

Release notes

Sourced from google-adk's releases.

v1.25.1

1.25.1 (2026-02-18)

Bug Fixes

  • Fix pickling lock errors in McpSessionManager (4e2d615)
Changelog

Sourced from google-adk's changelog.

1.25.1 (2026-02-18)

Bug Fixes

  • Fix pickling lock errors in McpSessionManager (4e2d615)
Commits
  • 7a6b62d chore(version): Bump version and update changelog for 1.25.1
  • 3a1d459 fix: Fix pickling lock errors in McpSessionManager
  • See full diff in compare view

Updates google-api-core from 2.29.0 to 2.30.0

Release notes

Sourced from google-api-core's releases.

google-api-core: v2.30.0

2.30.0 (2026-02-17)

Bug Fixes

Commits
  • f0841b1 chore: librarian release pull request: 20260217T210947Z (#15573)
  • fd22688 chore: librarian onboard pull request: 20260218T181744Z (#15579)
  • 930dc0f docs: update the list of available APIs (#15571)
  • 085a9fa chores: add .repo-metadata.json for google-cloud-vectorsearch (#15574)
  • 4ca6f9e chore: librarian generate pull request: 20260218T081656Z (#15577)
  • e1b4352 chore(migration): Migrate code from googleapis/python-api-core into packages/...
  • 5f4fbde chore: revert changes to scripts
  • 485bd60 chore: clean up
  • 452f5d8 chore: update librarian state.yaml
  • d8e1a9a chore: clean up
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform from 1.137.0 to 1.138.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.138.0

1.138.0 (2026-02-17)

Features

  • Add support for BYO-dockerfile in AE deployment (7572601)
  • GenAI SDK client - Make operation polling interval configurable when creating agent engine sandbox (bf9e0ff)
  • GenAI SDK client(multimodal) - Support Assess Batch Prediction Resources for the multimodal datasets. (0fe5314)
  • GenAI SDK client(multimodal) - Support Assess Batch Prediction Validity for the multimodal datasets. (a63e8d5)
  • GenAI SDK client(multimodal) - Support Assess Tuning Validity for multimodal dataset. (12f5aa5)
  • Update the ADK template to export logs directly to Cloud Logging when OTEL_SEMCONV_STABILITY_OPT_IN is set to "gen_ai_latest_experimental". (82db4ad)

Bug Fixes

  • Refactor session retrieval fallback in _streaming_agent_run_with_events. (8aec754)
Changelog

Sourced from google-cloud-aiplatform's changelog.

1.138.0 (2026-02-17)

Features

  • Add support for BYO-dockerfile in AE deployment (7572601)
  • GenAI SDK client - Make operation polling interval configurable when creating agent engine sandbox (bf9e0ff)
  • GenAI SDK client(multimodal) - Support Assess Batch Prediction Resources for the multimodal datasets. (0fe5314)
  • GenAI SDK client(multimodal) - Support Assess Batch Prediction Validity for the multimodal datasets. (a63e8d5)
  • GenAI SDK client(multimodal) - Support Assess Tuning Validity for multimodal dataset. (12f5aa5)
  • Update the ADK template to export logs directly to Cloud Logging when OTEL_SEMCONV_STABILITY_OPT_IN is set to "gen_ai_latest_experimental". (82db4ad)

Bug Fixes

  • Refactor session retrieval fallback in _streaming_agent_run_with_events. (8aec754)
Commits
  • 4a8b9a1 chore(main): release 1.138.0 (#6332)
  • bf9e0ff feat: GenAI SDK client - Make operation polling interval configurable when cr...
  • b57c503 chore: Enable us-west8
  • 82db4ad feat: Update the ADK template to export logs directly to Cloud Logging when O...
  • 7572601 feat: add support for BYO-dockerfile in AE deployment
  • 8aec754 fix: Refactor session retrieval fallback in _streaming_agent_run_with_events.
  • a63e8d5 feat: GenAI SDK client(multimodal) - Support Assess Batch Prediction Validity...
  • 0fe5314 feat: GenAI SDK client(multimodal) - Support Assess Batch Prediction Resource...
  • 12f5aa5 feat: GenAI SDK client(multimodal) - Support Assess Tuning Validity for multi...
  • See full diff in compare view

Updates google-genai from 1.63.0 to 1.64.0

Release notes

Sourced from google-genai's releases.

v1.64.0

1.64.0 (2026-02-18)

Features

  • Add UnifiedMetric support to Vertex Tuning evaluation config (9a9908a)
  • Support multimodal embedding for Gemini Embedding 2.0 and support MaaS models in Models.embed_content() (Vertex AI API) (af40cc6)
Changelog

Sourced from google-genai's changelog.

1.64.0 (2026-02-18)

Features

  • Add UnifiedMetric support to Vertex Tuning evaluation config (9a9908a)
  • Support multimodal embedding for Gemini Embedding 2.0 and support MaaS models in Models.embed_content() (Vertex AI API) (af40cc6)
Commits
  • cff95b4 chore(main): release 1.64.0 (#2054)
  • 3e8eef8 chore: Make discriminator properties required in Interactions
  • 2ab5ea7 chore: migrate to gcloud storage
  • e55004c chore: Add aiohttp as a required dependency.
  • fafc3d8 chore: Add type assertions and ignore type overlap in genai libraries
  • af40cc6 feat: Support multimodal embedding for Gemini Embedding 2.0 and support MaaS ...
  • 9a9908a feat: Add UnifiedMetric support to Vertex Tuning evaluation config
  • See full diff in compare view

Updates grpcio from 1.78.0 to 1.78.1

Release notes

Sourced from grpcio's releases.

Release v1.78.1

This is release 1.78.1 (gutsy) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Python

  • Remove unintentional log WARNING: All log messages before absl::InitializeLog() is called are written to STDERR. (#41639)
  • Fix inconsistent GRPC_ENABLE_FORK_SUPPORT runtime defaults between gRPC Core and Python. (#41588).
    • This fixed #37710, a request processing hang in certain multithreaded environments: Other threads are currently calling into gRPC, skipping fork() handlers.
  • Modernize the API Docs site: https://grpc.github.io/grpc/python. (#41494)

Ruby

  • Build/test ruby 4.0 and build native gems with Ruby 4.0 support. (#41554)
Commits
  • 5b6492e [Release] Bump version to 1.78.1 (on v1.78.x branch) (#41681)
  • 7139801 [Backport][v1.78.x][Python] Resolve absl::InitializeLog warning (#41639)
  • c44abb2 [Backport] Fix BCR build for 1.78.x (#41586)
  • de33c9c [Backport][v1.78.x][Python] Align GRPC_ENABLE_FORK_SUPPORT env defaults in co...
  • 2da3f5e [Backport][v1.78.x][Python] Modernize and revamp Public API Docs (#41494)
  • 704d68e [Backport][v1.78.x][Ruby] Build/test ruby 4.0 and build native gems with Ruby...
  • See full diff in compare view

Updates grpcio-status from 1.78.0 to 1.78.1

Updates litellm from 1.81.11 to 1.81.14

Release notes

Sourced from litellm's releases.

litellm_pro-mgmnt-dev-v1.81.13

What's Changed

... (truncated)

Commits

Updates openai from 2.20.0 to 2.21.0

Release notes

Sourced from openai's releases.

v2.21.0

2.21.0 (2026-02-13)

Full Changelog: v2.20.0...v2.21.0

Features

  • api: container network_policy and skills (d19de2e)

Bug Fixes

  • structured outputs: resolve memory leak in parse methods (#2860) (6dcbe21)
  • webhooks: preserve method visibility for compatibility checks (44a8936)

Chores

  • internal: fix lint error on Python 3.14 (534f215)

Documentation

  • split api.md by standalone resources (96e41b3)
  • update comment (63def23)
Changelog

Sourced from openai's changelog.

2.21.0 (2026-02-13)

Full Changelog: v2.20.0...v2.21.0

Features

  • api: container network_policy and skills (d19de2e)

Bug Fixes

  • structured outputs: resolve memory leak in parse methods (#2860) (6dcbe21)
  • webhooks: preserve method visibility for compatibility checks (44a8936)

Chores

  • internal: fix lint error on Python 3.14 (534f215)

Documentation

  • split api.md by standalone resources (96e41b3)
  • update comment (63def23)
Commits
  • 3e0c05b release: 2.21.0
  • e93f6cf fix(webhooks): preserve method visibility for compatibility checks
  • 3ddbb7e feat(api): container network_policy and skills
  • 156d518 docs: split api.md by standalone resources
  • 72e1e15 fix(structured outputs): resolve memory leak in parse methods (#2860)
  • d81ee8f codegen metadata
  • 01c9eee codegen metadata
  • 957dadf chore(internal): fix lint error on Python 3.14
  • 7b26bd3 docs: update comment
  • See full diff in compare view

Updates pydantic-settings from 2.12.0 to 2.13.1

Release notes

Sourced from pydantic-settings's releases.

v2.13.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.12.0...v2.13.0

Commits

Bumps the python-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [authlib](https://github.com/authlib/authlib) | `1.6.7` | `1.6.8` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.129.0` | `0.129.2` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.21.2` | `3.24.3` |
| [google-adk](https://github.com/google/adk-python) | `1.25.0` | `1.25.1` |
| [google-api-core](https://github.com/googleapis/google-cloud-python) | `2.29.0` | `2.30.0` |
| [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.137.0` | `1.138.0` |
| [google-genai](https://github.com/googleapis/python-genai) | `1.63.0` | `1.64.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.78.0` | `1.78.1` |
| [grpcio-status](https://grpc.io) | `1.78.0` | `1.78.1` |
| [litellm](https://github.com/BerriAI/litellm) | `1.81.11` | `1.81.14` |
| [openai](https://github.com/openai/openai-python) | `2.20.0` | `2.21.0` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.12.0` | `2.13.1` |
| [regex](https://github.com/mrabarnett/mrab-regex) | `2026.1.15` | `2026.2.19` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.40.0` | `0.41.0` |



Updates `authlib` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/authlib/authlib/releases)
- [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst)
- [Commits](authlib/authlib@v1.6.7...v1.6.8)

Updates `fastapi` from 0.129.0 to 0.129.2
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.129.0...0.129.2)

Updates `filelock` from 3.21.2 to 3.24.3
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.21.2...3.24.3)

Updates `google-adk` from 1.25.0 to 1.25.1
- [Release notes](https://github.com/google/adk-python/releases)
- [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md)
- [Commits](google/adk-python@v1.25.0...v1.25.1)

Updates `google-api-core` from 2.29.0 to 2.30.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-api-core-v2.29.0...google-api-core-v2.30.0)

Updates `google-cloud-aiplatform` from 1.137.0 to 1.138.0
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.137.0...v1.138.0)

Updates `google-genai` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v1.63.0...v1.64.0)

Updates `grpcio` from 1.78.0 to 1.78.1
- [Release notes](https://github.com/grpc/grpc/releases)
- [Commits](grpc/grpc@v1.78.0...v1.78.1)

Updates `grpcio-status` from 1.78.0 to 1.78.1

Updates `litellm` from 1.81.11 to 1.81.14
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

Updates `openai` from 2.20.0 to 2.21.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v2.20.0...v2.21.0)

Updates `pydantic-settings` from 2.12.0 to 2.13.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.12.0...v2.13.1)

Updates `regex` from 2026.1.15 to 2026.2.19
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2026.1.15...2026.2.19)

Updates `uvicorn` from 0.40.0 to 0.41.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.40.0...0.41.0)

---
updated-dependencies:
- dependency-name: authlib
  dependency-version: 1.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: fastapi
  dependency-version: 0.129.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: filelock
  dependency-version: 3.24.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: google-adk
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: google-api-core
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.138.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: google-genai
  dependency-version: 1.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: grpcio
  dependency-version: 1.78.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: grpcio-status
  dependency-version: 1.78.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: litellm
  dependency-version: 1.81.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: openai
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pydantic-settings
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: regex
  dependency-version: 2026.2.19
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: uvicorn
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants