Skip to content

Commit 57de171

Browse files
Bump google-genai from 1.65.0 to 1.66.0 in /backend in the production-dependencies group (#386)
Bumps the production-dependencies group in /backend with 1 update: [google-genai](https://github.com/googleapis/python-genai). Updates `google-genai` from 1.65.0 to 1.66.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.66.0</h2> <h2><a href="https://github.com/googleapis/python-genai/compare/v1.65.0...v1.66.0">1.66.0</a> (2026-03-03)</h2> <h3>Features</h3> <ul> <li>Add gemini-3.1-flash-image-preview model (<a href="https://github.com/googleapis/python-genai/commit/dd52cc288be297e74cb689be9260b917ea90e06b">dd52cc2</a>)</li> <li>Support signature for all Interaction tool types (<a href="https://github.com/googleapis/python-genai/commit/abb388e9058fd8fa0d53bc0b265d68ce93a6f184">abb388e</a>)</li> <li>Update data types from discovery doc. (<a href="https://github.com/googleapis/python-genai/commit/15666c063488fcb4589624ef44b4c80281a9ee7b">15666c0</a>)</li> </ul> </blockquote> </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.65.0...v1.66.0">1.66.0</a> (2026-03-03)</h2> <h3>Features</h3> <ul> <li>Add gemini-3.1-flash-image-preview model (<a href="https://github.com/googleapis/python-genai/commit/dd52cc288be297e74cb689be9260b917ea90e06b">dd52cc2</a>)</li> <li>Support signature for all Interaction tool types (<a href="https://github.com/googleapis/python-genai/commit/abb388e9058fd8fa0d53bc0b265d68ce93a6f184">abb388e</a>)</li> <li>Update data types from discovery doc. (<a href="https://github.com/googleapis/python-genai/commit/15666c063488fcb4589624ef44b4c80281a9ee7b">15666c0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-genai/commit/267f9ff4d401539359e8e806c8a7b5af0cdbc28c"><code>267f9ff</code></a> chore(main): release 1.66.0 (<a href="https://redirect.github.com/googleapis/python-genai/issues/2108">#2108</a>)</li> <li><a href="https://github.com/googleapis/python-genai/commit/6052dc3e8a5ad61eed6cf24868123cf1396b8408"><code>6052dc3</code></a> chore: remove stainless headers</li> <li><a href="https://github.com/googleapis/python-genai/commit/15666c063488fcb4589624ef44b4c80281a9ee7b"><code>15666c0</code></a> feat: Update data types from discovery doc.</li> <li><a href="https://github.com/googleapis/python-genai/commit/abb388e9058fd8fa0d53bc0b265d68ce93a6f184"><code>abb388e</code></a> feat: Support signature for all Interaction tool types</li> <li><a href="https://github.com/googleapis/python-genai/commit/dd52cc288be297e74cb689be9260b917ea90e06b"><code>dd52cc2</code></a> feat: Add gemini-3.1-flash-image-preview model</li> <li><a href="https://github.com/googleapis/python-genai/commit/f03640304bf4eb5f5980edb157d4fe5fcec06eef"><code>f036403</code></a> chore: Updated docs</li> <li>See full diff in <a href="https://github.com/googleapis/python-genai/compare/v1.65.0...v1.66.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=uv&previous-version=1.65.0&new-version=1.66.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14716cc commit 57de171

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"azure-identity==1.25.2",
1818
"azure-storage-blob==12.28.0",
1919
"defusedxml==0.7.1",
20-
"google-genai==1.65.0",
20+
"google-genai==1.66.0",
2121
"python-dotenv==1.2.2",
2222
]
2323

backend/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)