[PR #21998] [CLOSED] chore(deps): bump google-genai from 1.62.0 to 1.65.0 in /backend #42021

Closed
opened 2026-04-25 14:04:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21998
Author: @dependabot[bot]
Created: 3/1/2026
Status: Closed

Base: devHead: dependabot/pip/backend/dev/google-genai-1.65.0


📝 Commits (1)

  • 2392686 chore(deps): bump google-genai from 1.62.0 to 1.65.0 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps google-genai from 1.62.0 to 1.65.0.

Release notes

Sourced from google-genai's releases.

v1.65.0

1.65.0 (2026-02-26)

Features

  • Add gemini-3.1-pro-preview to list of models in Interactions (fe86870)
  • Add Image Grounding support to GoogleSearch tool (0035182)
  • Enable server side MCP and disable all other AFC when server side MCP is configured. (4dd7b16)
  • Support more image sizes and resolutions (8b2a4e0)

Bug Fixes

  • Change interactions media mime type to enum (breaking change for experimental feature) (e0f3378)
  • Handle non-list response_stream in HttpResponse.json property (006042d)
  • Handle non-list response_stream in HttpResponse.json property (#1903) (61aec34)
  • Make aiohttp an optional dependency, bump aiohttp version upperbound, and ensure HttpOptions.async_client_args propagates to custom aiohttp.ClientSession request args for proxy etc. (b28d144), closes #2090 #2051 #1950

Documentation

  • Regenerate docs for 1.64.0 (a023141)
  • Update README and codegen_instructions for structured outputs (4d5a978)

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)

v1.63.0

1.63.0 (2026-02-11)

Features

  • Add INCOMPLETE status to Interaction. (1a84605)
  • Support encryption_spec in tuning job creation configuration for GenAI SDK (057d6f0)

Bug Fixes

  • Base_url and global location parsing (2c40555)
  • Remove build warning due to extra comma: assertion on a tuple is always true (1cc2c2d)
  • Remove debug print statement. (60c0a2f)
  • Remove unused import of websockets (3b82b5f)

... (truncated)

Changelog

Sourced from google-genai's changelog.

1.65.0 (2026-02-26)

Features

  • Add gemini-3.1-pro-preview to list of models in Interactions (fe86870)
  • Add Image Grounding support to GoogleSearch tool (0035182)
  • Enable server side MCP and disable all other AFC when server side MCP is configured. (4dd7b16)
  • Support more image sizes and resolutions (8b2a4e0)

Bug Fixes

  • Change interactions media mime type to enum (breaking change for experimental feature) (e0f3378)
  • Handle non-list response_stream in HttpResponse.json property (006042d)
  • Handle non-list response_stream in HttpResponse.json property (#1903) (61aec34)
  • Make aiohttp an optional dependency, bump aiohttp version upperbound, and ensure HttpOptions.async_client_args propagates to custom aiohttp.ClientSession request args for proxy etc. (b28d144), closes #2090 #2051 #1950

Documentation

  • Regenerate docs for 1.64.0 (a023141)
  • Update README and codegen_instructions for structured outputs (4d5a978)

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)

1.63.0 (2026-02-11)

Features

  • Add INCOMPLETE status to Interaction. (1a84605)
  • Support encryption_spec in tuning job creation configuration for GenAI SDK (057d6f0)

Bug Fixes

  • Base_url and global location parsing (2c40555)
  • Remove build warning due to extra comma: assertion on a tuple is always true (1cc2c2d)
  • Remove debug print statement. (60c0a2f)
  • Remove unused import of websockets (3b82b5f)

Documentation

... (truncated)

Commits
  • b2be501 chore(main): release 1.65.0 (#2075)
  • 7028a9c chore: update InteractionCompleteEvent comment
  • 0035182 feat: Add Image Grounding support to GoogleSearch tool
  • 8b2a4e0 feat: Support more image sizes and resolutions
  • b28d144 fix: Make aiohttp an optional dependency, bump aiohttp version upperbound, an...
  • c04c489 chore: Improve error message for missing API key.
  • af94e53 chore: Update comments
  • 006042d Copybara import of the project:
  • ecfa90c chore: internal change
  • 61aec34 fix: handle non-list response_stream in HttpResponse.json property (#1903)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/21998 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/google-genai-1.65.0` --- ### 📝 Commits (1) - [`2392686`](https://github.com/open-webui/open-webui/commit/2392686ca984f54b9b488474a643ae1e4812bad9) chore(deps): bump google-genai from 1.62.0 to 1.65.0 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [google-genai](https://github.com/googleapis/python-genai) from 1.62.0 to 1.65.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-genai/releases">google-genai's releases</a>.</em></p> <blockquote> <h2>v1.65.0</h2> <h2><a href="https://github.com/googleapis/python-genai/compare/v1.64.0...v1.65.0">1.65.0</a> (2026-02-26)</h2> <h3>Features</h3> <ul> <li>Add gemini-3.1-pro-preview to list of models in Interactions (<a href="https://github.com/googleapis/python-genai/commit/fe86870752ca8cc66d140d3942e9b07f19ca092c">fe86870</a>)</li> <li>Add Image Grounding support to GoogleSearch tool (<a href="https://github.com/googleapis/python-genai/commit/0035182ec4eaf1ce2503a09f290b1e48a2e1ee1f">0035182</a>)</li> <li>Enable server side MCP and disable all other AFC when server side MCP is configured. (<a href="https://github.com/googleapis/python-genai/commit/4dd7b165dc54d3ae75367f68d05f9d9951688f54">4dd7b16</a>)</li> <li>Support more image sizes and resolutions (<a href="https://github.com/googleapis/python-genai/commit/8b2a4e04707c86e5f7d46e0483a88457fbf6d533">8b2a4e0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Change interactions media mime type to enum (breaking change for experimental feature) (<a href="https://github.com/googleapis/python-genai/commit/e0f33786f76a1af6ac3ad1938ab57961833bf0a1">e0f3378</a>)</li> <li>Handle non-list response_stream in HttpResponse.json property (<a href="https://github.com/googleapis/python-genai/commit/006042db8379d957ac1ac0e57993983a21f7e1d1">006042d</a>)</li> <li>Handle non-list response_stream in HttpResponse.json property (<a href="https://redirect.github.com/googleapis/python-genai/issues/1903">#1903</a>) (<a href="https://github.com/googleapis/python-genai/commit/61aec3455e886a1c700fb0ba21ed40f59bba65ff">61aec34</a>)</li> <li>Make aiohttp an optional dependency, bump aiohttp version upperbound, and ensure HttpOptions.async_client_args propagates to custom aiohttp.ClientSession request args for proxy etc. (<a href="https://github.com/googleapis/python-genai/commit/b28d1445bb6c2c46c495ffd1b03a622d9d6942f6">b28d144</a>), closes <a href="https://redirect.github.com/googleapis/python-genai/issues/2090">#2090</a> <a href="https://redirect.github.com/googleapis/python-genai/issues/2051">#2051</a> <a href="https://redirect.github.com/googleapis/python-genai/issues/1950">#1950</a></li> </ul> <h3>Documentation</h3> <ul> <li>Regenerate docs for 1.64.0 (<a href="https://github.com/googleapis/python-genai/commit/a02314197d0dc72e854fa3ea79247f53421511ba">a023141</a>)</li> <li>Update README and codegen_instructions for structured outputs (<a href="https://github.com/googleapis/python-genai/commit/4d5a978932e9aacd2569f3058ce5af527ae18210">4d5a978</a>)</li> </ul> <h2>v1.64.0</h2> <h2><a href="https://github.com/googleapis/python-genai/compare/v1.63.0...v1.64.0">1.64.0</a> (2026-02-18)</h2> <h3>Features</h3> <ul> <li>Add UnifiedMetric support to Vertex Tuning evaluation config (<a href="https://github.com/googleapis/python-genai/commit/9a9908a9605756a94404359187cad09b21c094e0">9a9908a</a>)</li> <li>Support multimodal embedding for Gemini Embedding 2.0 and support MaaS models in Models.embed_content() (Vertex AI API) (<a href="https://github.com/googleapis/python-genai/commit/af40cc629751b2d389eecb75741e9c3531cc8e6e">af40cc6</a>)</li> </ul> <h2>v1.63.0</h2> <h2><a href="https://github.com/googleapis/python-genai/compare/v1.62.0...v1.63.0">1.63.0</a> (2026-02-11)</h2> <h3>Features</h3> <ul> <li>Add INCOMPLETE status to Interaction. (<a href="https://github.com/googleapis/python-genai/commit/1a84605bcac5445c8e13658b8bd7ff1860f10f1b">1a84605</a>)</li> <li>Support encryption_spec in tuning job creation configuration for GenAI SDK (<a href="https://github.com/googleapis/python-genai/commit/057d6f077b0a6d13c843fff0479027f5f7369113">057d6f0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Base_url and global location parsing (<a href="https://github.com/googleapis/python-genai/commit/2c40555c54267b1e9ba10dfafe1bc73f0cca43d4">2c40555</a>)</li> <li>Remove build warning due to extra comma: assertion on a tuple is always true (<a href="https://github.com/googleapis/python-genai/commit/1cc2c2d411576e9858d4a4ae33bbf12975700a9f">1cc2c2d</a>)</li> <li>Remove debug print statement. (<a href="https://github.com/googleapis/python-genai/commit/60c0a2ffb4c1e87374c02958b1cb42748ba84ff1">60c0a2f</a>)</li> <li>Remove unused import of <code>websockets</code> (<a href="https://github.com/googleapis/python-genai/commit/3b82b5f382c6fe9fa820a59c3938d04cef3ae24e">3b82b5f</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md">google-genai's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/python-genai/compare/v1.64.0...v1.65.0">1.65.0</a> (2026-02-26)</h2> <h3>Features</h3> <ul> <li>Add gemini-3.1-pro-preview to list of models in Interactions (<a href="https://github.com/googleapis/python-genai/commit/fe86870752ca8cc66d140d3942e9b07f19ca092c">fe86870</a>)</li> <li>Add Image Grounding support to GoogleSearch tool (<a href="https://github.com/googleapis/python-genai/commit/0035182ec4eaf1ce2503a09f290b1e48a2e1ee1f">0035182</a>)</li> <li>Enable server side MCP and disable all other AFC when server side MCP is configured. (<a href="https://github.com/googleapis/python-genai/commit/4dd7b165dc54d3ae75367f68d05f9d9951688f54">4dd7b16</a>)</li> <li>Support more image sizes and resolutions (<a href="https://github.com/googleapis/python-genai/commit/8b2a4e04707c86e5f7d46e0483a88457fbf6d533">8b2a4e0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Change interactions media mime type to enum (breaking change for experimental feature) (<a href="https://github.com/googleapis/python-genai/commit/e0f33786f76a1af6ac3ad1938ab57961833bf0a1">e0f3378</a>)</li> <li>Handle non-list response_stream in HttpResponse.json property (<a href="https://github.com/googleapis/python-genai/commit/006042db8379d957ac1ac0e57993983a21f7e1d1">006042d</a>)</li> <li>Handle non-list response_stream in HttpResponse.json property (<a href="https://redirect.github.com/googleapis/python-genai/issues/1903">#1903</a>) (<a href="https://github.com/googleapis/python-genai/commit/61aec3455e886a1c700fb0ba21ed40f59bba65ff">61aec34</a>)</li> <li>Make aiohttp an optional dependency, bump aiohttp version upperbound, and ensure HttpOptions.async_client_args propagates to custom aiohttp.ClientSession request args for proxy etc. (<a href="https://github.com/googleapis/python-genai/commit/b28d1445bb6c2c46c495ffd1b03a622d9d6942f6">b28d144</a>), closes <a href="https://redirect.github.com/googleapis/python-genai/issues/2090">#2090</a> <a href="https://redirect.github.com/googleapis/python-genai/issues/2051">#2051</a> <a href="https://redirect.github.com/googleapis/python-genai/issues/1950">#1950</a></li> </ul> <h3>Documentation</h3> <ul> <li>Regenerate docs for 1.64.0 (<a href="https://github.com/googleapis/python-genai/commit/a02314197d0dc72e854fa3ea79247f53421511ba">a023141</a>)</li> <li>Update README and codegen_instructions for structured outputs (<a href="https://github.com/googleapis/python-genai/commit/4d5a978932e9aacd2569f3058ce5af527ae18210">4d5a978</a>)</li> </ul> <h2><a href="https://github.com/googleapis/python-genai/compare/v1.63.0...v1.64.0">1.64.0</a> (2026-02-18)</h2> <h3>Features</h3> <ul> <li>Add UnifiedMetric support to Vertex Tuning evaluation config (<a href="https://github.com/googleapis/python-genai/commit/9a9908a9605756a94404359187cad09b21c094e0">9a9908a</a>)</li> <li>Support multimodal embedding for Gemini Embedding 2.0 and support MaaS models in Models.embed_content() (Vertex AI API) (<a href="https://github.com/googleapis/python-genai/commit/af40cc629751b2d389eecb75741e9c3531cc8e6e">af40cc6</a>)</li> </ul> <h2><a href="https://github.com/googleapis/python-genai/compare/v1.62.0...v1.63.0">1.63.0</a> (2026-02-11)</h2> <h3>Features</h3> <ul> <li>Add INCOMPLETE status to Interaction. (<a href="https://github.com/googleapis/python-genai/commit/1a84605bcac5445c8e13658b8bd7ff1860f10f1b">1a84605</a>)</li> <li>Support encryption_spec in tuning job creation configuration for GenAI SDK (<a href="https://github.com/googleapis/python-genai/commit/057d6f077b0a6d13c843fff0479027f5f7369113">057d6f0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Base_url and global location parsing (<a href="https://github.com/googleapis/python-genai/commit/2c40555c54267b1e9ba10dfafe1bc73f0cca43d4">2c40555</a>)</li> <li>Remove build warning due to extra comma: assertion on a tuple is always true (<a href="https://github.com/googleapis/python-genai/commit/1cc2c2d411576e9858d4a4ae33bbf12975700a9f">1cc2c2d</a>)</li> <li>Remove debug print statement. (<a href="https://github.com/googleapis/python-genai/commit/60c0a2ffb4c1e87374c02958b1cb42748ba84ff1">60c0a2f</a>)</li> <li>Remove unused import of <code>websockets</code> (<a href="https://github.com/googleapis/python-genai/commit/3b82b5f382c6fe9fa820a59c3938d04cef3ae24e">3b82b5f</a>)</li> </ul> <h3>Documentation</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-genai/commit/b2be5018adce18598badacfbbe7a4c0139be3a16"><code>b2be501</code></a> chore(main): release 1.65.0 (<a href="https://redirect.github.com/googleapis/python-genai/issues/2075">#2075</a>)</li> <li><a href="https://github.com/googleapis/python-genai/commit/7028a9c691439b559de1b75ab2717f522c8f4e24"><code>7028a9c</code></a> chore: update InteractionCompleteEvent comment</li> <li><a href="https://github.com/googleapis/python-genai/commit/0035182ec4eaf1ce2503a09f290b1e48a2e1ee1f"><code>0035182</code></a> feat: Add Image Grounding support to GoogleSearch tool</li> <li><a href="https://github.com/googleapis/python-genai/commit/8b2a4e04707c86e5f7d46e0483a88457fbf6d533"><code>8b2a4e0</code></a> feat: Support more image sizes and resolutions</li> <li><a href="https://github.com/googleapis/python-genai/commit/b28d1445bb6c2c46c495ffd1b03a622d9d6942f6"><code>b28d144</code></a> fix: Make aiohttp an optional dependency, bump aiohttp version upperbound, an...</li> <li><a href="https://github.com/googleapis/python-genai/commit/c04c4891f7d54cdedc525bf4f42f29fb1a4eae1b"><code>c04c489</code></a> chore: Improve error message for missing API key.</li> <li><a href="https://github.com/googleapis/python-genai/commit/af94e536ab606d1795ad90e0c8eeb9c2a850ce6b"><code>af94e53</code></a> chore: Update comments</li> <li><a href="https://github.com/googleapis/python-genai/commit/006042db8379d957ac1ac0e57993983a21f7e1d1"><code>006042d</code></a> Copybara import of the project:</li> <li><a href="https://github.com/googleapis/python-genai/commit/ecfa90cab3cf76357996048aa9928bf8055030bf"><code>ecfa90c</code></a> chore: internal change</li> <li><a href="https://github.com/googleapis/python-genai/commit/61aec3455e886a1c700fb0ba21ed40f59bba65ff"><code>61aec34</code></a> fix: handle non-list response_stream in HttpResponse.json property (<a href="https://redirect.github.com/googleapis/python-genai/issues/1903">#1903</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-genai/compare/v1.62.0...v1.65.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-genai&package-manager=pip&previous-version=1.62.0&new-version=1.65.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 14:04:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#42021