Skip to content

build(deps): bump google-genai from 1.66.0 to 1.68.0 in /src/MedEquity.ML#34

Merged
Z3DDIEZ merged 1 commit intomainfrom
dependabot/pip/src/MedEquity.ML/google-genai-1.68.0
Mar 22, 2026
Merged

build(deps): bump google-genai from 1.66.0 to 1.68.0 in /src/MedEquity.ML#34
Z3DDIEZ merged 1 commit intomainfrom
dependabot/pip/src/MedEquity.ML/google-genai-1.68.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps google-genai from 1.66.0 to 1.68.0.

Release notes

Sourced from google-genai's releases.

v1.68.0

1.68.0 (2026-03-17)

Breaking changes

  • [Interactions] Breaking change to Interactions API to refactor TextContent annotations to use specific citation types (6c3379f)
  • [Interactions] Breaking change for Interactions, rename ContentDelta unions. (1b03909)
  • [Interactions] Breaking change to Interactions API to rename rendered_content to search_suggestions (0e21c4e)

Features

  • [Interactions] Add and update 'signature' fields for tool call/result content types. (d896373)
  • [Interactions] Support Google Maps in Interactions (68f247c)
  • Support include_server_side_tool_invocations for genai. (546440c)

Bug Fixes

  • deps: Correct typing-extensions constraint (1.67 Issue)[https://github.com/googleapis/python-genai/releases/tag/v1.67.0] (9a4fd39)
  • Python 3.10-3.11 breakage caused by googleapis/python-genai#2131 (9a4fd39)
  • Treat attempts=0 as attempts=1 in retry options to ensure no retries (2856c0a)

Documentation

  • Regenerate docs for 1.67.0 (ff7469a)

v1.67.0

1.67.0 (2026-03-12)

[!CAUTION] Known Issue: This release contains a bug where the typing-extensions lower bound is set too low, which causes the SDK to break in some environments.

Recommended Actions:

  • Fall back to 1.66.0: If you do not immediately need the new features in 1.67.0, we recommend sticking with the previous stable version: pip install google-genai==1.66.0
  • Manual Fix: If you must use 1.67.0, you can resolve the issue by manually upgrading typing-extensions: pip install "typing-extensions>=4.14.0"

Features

  • Add inference_generation_config to EvaluationConfig for Tuning (1fdb4b8)
  • Add live history_config with initial_history_in_client_content (a80babd)
  • Add support for referencing registered metrics by resource name in evaluation run API (41b348e)
  • Enable language code for audio transcription config in Live API for Vertex AI (c04be0d)

Bug Fixes

... (truncated)

Changelog

Sourced from google-genai's changelog.

1.68.0 (2026-03-17)

Breaking changes

  • [Interactions] Breaking change to Interactions API to refactor TextContent annotations to use specific citation types (6c3379f)
  • [Interactions] Breaking change for Interactions, rename ContentDelta unions. (1b03909)
  • [Interactions] Breaking change to Interactions API to rename rendered_content to search_suggestions (0e21c4e)

Features

  • [Interactions] Add and update 'signature' fields for tool call/result content types. (d896373)
  • [Interactions] Support Google Maps in Interactions (68f247c)
  • Support include_server_side_tool_invocations for genai. (546440c)

Bug Fixes

  • deps: Correct typing-extensions constraint (1.67 Issue)[https://github.com/googleapis/python-genai/releases/tag/v1.67.0] (9a4fd39)
  • Python 3.10-3.11 breakage caused by googleapis/python-genai#2131 (9a4fd39)
  • Treat attempts=0 as attempts=1 in retry options to ensure no retries (2856c0a)

Documentation

  • Regenerate docs for 1.67.0 (ff7469a)

1.67.0 (2026-03-12)

Features

  • Add inference_generation_config to EvaluationConfig for Tuning (1fdb4b8)
  • Add live history_config with initial_history_in_client_content (a80babd)
  • Add support for referencing registered metrics by resource name in evaluation run API (41b348e)
  • Enable language code for audio transcription config in Live API for Vertex AI (c04be0d)

Bug Fixes

  • Forward http_options in async_request_streamed to enable retry support (8b3be87)
  • Forward http_options in async_request_streamed to enable retry support (#2097) (8b10efb)
Commits
  • 8404ae2 chore(main): release 1.68.0 (#2157)
  • 546440c feat: Support include_server_side_tool_invocations for genai.
  • be8cd49 chore: internal change
  • 2856c0a fix: Treat attempts=0 as attempts=1 in retry options to ensure no retries
  • 6c3379f feat: Breaking change to Interactions API to refactor TextContent annotations...
  • d896373 feat: Add and update 'signature' fields for tool call/result content types.
  • 1a51d1a chore: Maintain backward-compatible field ordering in generated data types
  • 68f247c feat: Support Google Maps in Interactions
  • 0e21c4e fix: Breaking change to Interactions API to rename rendered_content to search...
  • ff7469a docs: Regenerate docs for 1.67.0
  • 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)

Bumps [google-genai](https://github.com/googleapis/python-genai) from 1.66.0 to 1.68.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.66.0...v1.68.0)

---
updated-dependencies:
- dependency-name: google-genai
  dependency-version: 1.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 22, 2026
@Z3DDIEZ Z3DDIEZ merged commit ef0dedf into main Mar 22, 2026
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/src/MedEquity.ML/google-genai-1.68.0 branch March 22, 2026 21:24
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