Skip to content

Bump the prod-deps group across 1 directory with 3 updates#1524

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prod-deps-6847140102
Open

Bump the prod-deps group across 1 directory with 3 updates#1524
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prod-deps-6847140102

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Updates the requirements on google-genai, pyarrow and uvicorn to permit the latest version.
Updates google-genai to 2.1.0

Release notes

Sourced from google-genai's releases.

v2.1.0

2.1.0 (2026-05-12)

Features

  • Add gemini-3.1-flash-lite to model options (2d5e0fa)
  • Add parameters to video response_format. (4e9d68d)
  • Introduce Server Side tools deltas (97d6fe5)
  • Support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (955bca6)
  • Add support for Vertex-lyria models lyria-3-pro-preview & lyria-3-clip-preview (1bc0536)

Bug Fixes

Changelog

Sourced from google-genai's changelog.

2.1.0 (2026-05-12)

Features

  • Add gemini-3.1-flash-lite to model options (2d5e0fa)
  • Add parameters to video response_format. (4e9d68d)
  • Introduce Server Side tools deltas (97d6fe5)
  • Support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (955bca6)
  • Add support for vertex-lyria models lyria-3-pro-preview & lyria-3-clip-preview (1bc0536)

Bug Fixes

2.0.1 (2026-05-09)

Bug Fixes

  • Update response_format field names to snake_case. (97142b1)

2.0.0 (2026-05-07)

⚠ BREAKING CHANGES - Interactions Only

Note: The breaking changes are only in interactions. GenerateContent usage in unaffected. Refer to https://ai.google.dev/gemini-api/docs/interactions-breaking-changes-may-2026 for details

  • Add steps for interactions (41d8e5b)
  • Rename SSE events to interaction.created and interaction.completed (0549c1c)
  • Deprecate legacy response_format and publish new polymorphic field. (7fdc9a1)

Documentation

1.75.0 (2026-05-04)

Features

  • [Python] Multimodal file search (fe5d69e)

Bug Fixes

  • Avoid caching stale token in async mTLS path (4e17a9c)

... (truncated)

Commits
  • eb8714d chore(main): release 2.1.0 (#2410)
  • 9ea9633 fix: Steps is not optional
  • 32b03f2 chore: Remove partial_arguments from ArgumentsDelta.
  • 97d6fe5 feat: Introduce Server Side tools deltas
  • 2d5e0fa feat: Add gemini-3.1-flash-lite to model options
  • 4e9d68d feat: Add parameters to video response_format.
  • 1bc0536 chore: add some internal helpers
  • 955bca6 feat: support Blocking FunctionCall in Live API in AgentPlatform (Vertex)
  • b5cdc50 chore(main): release 2.0.1 (#2403)
  • 97142b1 fix: Update response_format field names to snake_case.
  • Additional commits viewable in compare view

Updates pyarrow to 24.0.0

Release notes

Sourced from pyarrow's releases.

Apache Arrow 24.0.0

Release Notes URL: https://arrow.apache.org/release/24.0.0.html

Commits
  • 31b4b6c MINOR: [Release] Update versions for 24.0.0
  • 06dbc17 MINOR: [Release] Update .deb/.rpm changelogs for 24.0.0
  • a021d80 MINOR: [Release] Update CHANGELOG.md for 24.0.0
  • 2d6b12c GH-49716: [C++] FixedShapeTensorType::Deserialize should strictly validate se...
  • a74cb6a GH-49697: [C++][CI] Check IPC file body bounds are in sync with decoder outco...
  • 871a0c6 GH-49676: [Python][Packaging] Fix gRPC docker image layer being too big for h...
  • f9203b3 GH-49586: [C++][CI] StructToStructSubset test failure with libc++ 22.1.1 (#49...
  • fe298b4 GH-49628: [Python][Interchange protocol] Suppress warnings for pandas 4.0.0 a...
  • 1f94910 GH-49252: [GLib] Deprecate Feather features (#49673)
  • 5ba5c3c GH-49671: [CI][Docs] Don't run jobs for push by Dependabot (#49672)
  • Additional commits viewable in compare view

Updates uvicorn to 0.46.0

Release notes

Sourced from uvicorn's releases.

Version 0.46.0

What's Changed

Full Changelog: Kludex/uvicorn@0.45.0...0.46.0

Changelog

Sourced from uvicorn's changelog.

0.46.0 (April 23, 2026)

Added

  • Support ws_max_size in wsproto implementation (#2915)
  • Support ws_ping_interval and ws_ping_timeout in wsproto implementation (#2916)

Changed

  • Use bytearray for incoming WebSocket message buffer in websockets-sansio (#2917)

0.45.0 (April 21, 2026)

Added

  • Add --reset-contextvars flag to isolate ASGI request context (#2912)
  • Accept os.PathLike for log_config (#2905)
  • Accept log_level strings case-insensitively (#2907)

Changed

  • Revert "Emit http.disconnect on server shutdown for streaming responses" (#2913)
  • Revert "Explicitly start ASGI run with empty context" (#2911)

Fixed

  • Preserve forwarded client ports in proxy headers middleware (#2903)
  • Raise helpful ImportError when PyYAML is missing for YAML log config (#2906)

0.44.0 (April 6, 2026)

Added

  • Implement websocket keepalive pings for websockets-sansio (#2888)

0.43.0 (April 3, 2026)

You can quit Uvicorn now. We heard you, @​pamelafox - all 47 of your Ctrl+C's (thanks for flagging it, and thanks to @​tiangolo for the fix 🙏). See the tweet.

Changed

  • Emit http.disconnect ASGI receive() event on server shutting down for streaming responses (#2829)
  • Use native context parameter for create_task on Python 3.11+ (#2859)
  • Drop cast in ASGI types (#2875)

0.42.0 (March 16, 2026)

Changed

  • Use bytearray for request body accumulation to avoid O(n^2) allocation on fragmented bodies (#2845)

... (truncated)

Commits
  • b224045 Version 0.46.0 (#2918)
  • 7375b5b Use bytearray for incoming WebSocket message buffer in websockets-sansio (#...
  • d438fb1 Support ws_ping_interval and ws_ping_timeout in wsproto implementation ...
  • 3e6b964 Support ws_max_size in wsproto implementation (#2915)
  • 2c423bd Version 0.45.0 (#2914)
  • 7f027f8 Revert "Emit http.disconnect on server shutdown for streaming responses" (#...
  • 73a80c3 Add --reset-contextvars flag to isolate ASGI request context (#2912)
  • 45c0b56 Revert empty context for ASGI runs (#2911)
  • 850d926 Raise helpful ImportError when PyYAML is missing for YAML log config (#2906)
  • fdcacb4 Accept log_level strings case-insensitively (#2907)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 12, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 12, 2026 05:42
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 12, 2026
@dependabot dependabot Bot had a problem deploying to Scheduled Testing May 12, 2026 05:42 Failure
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@superdosh
Copy link
Copy Markdown
Contributor

@dependabot rebase

Updates the requirements on [google-genai](https://github.com/googleapis/python-genai), [pyarrow](https://github.com/apache/arrow) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version.

Updates `google-genai` to 2.1.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.17.0...v2.1.0)

Updates `pyarrow` to 24.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@apache-arrow-22.0.0...apache-arrow-24.0.0)

Updates `uvicorn` to 0.46.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.46.0)

---
updated-dependencies:
- dependency-name: google-genai
  dependency-version: 2.0.1
  dependency-type: direct:production
  dependency-group: prod-deps
- dependency-name: pyarrow
  dependency-version: 24.0.0
  dependency-type: direct:production
  dependency-group: prod-deps
- dependency-name: uvicorn
  dependency-version: 0.46.0
  dependency-type: direct:production
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/prod-deps-6847140102 branch from 7d9c61d to b1833f7 Compare May 12, 2026 18:44
@dependabot dependabot Bot had a problem deploying to Scheduled Testing May 12, 2026 18:44 Failure
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.

1 participant