Skip to content

Build(deps): Bump google.golang.org/genai from 1.54.0 to 1.57.0#212

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/genai-1.56.0
Closed

Build(deps): Bump google.golang.org/genai from 1.54.0 to 1.57.0#212
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/genai-1.56.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps google.golang.org/genai from 1.54.0 to 1.57.0.

Release notes

Sourced from google.golang.org/genai's releases.

v1.57.0

1.57.0 (2026-05-12)

Features

  • Expose Test and Server of the Replay API Client for the cross module usage in the AgentPlatform module. (27b142d)
  • support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (e5e653c)
  • support speech to speech translation in Gemini Live (621b55d)

Bug Fixes

  • Fix version redaction logic in the replay API client. (af4c931)

v1.56.0

1.56.0 (2026-05-04)

Features

  • [Python] Multimodal file search (c32ae6e)
  • Multimodal file search (989d064)

Bug Fixes

  • Simplify generated Go URL path formatting when VertexAI and MLDev URLs are identical. (d90a592), closes #761

v1.55.0

1.55.0 (2026-04-29)

Features

  • Add output_info to BatchJob (9ec7d3b)
  • Add ImageResizeMode for GenerateVideos (8fc27f4)
  • Add InternalApplyConverterToSliceWithRoot to the common utilities. (7aaf1eb)
  • Add Vertex Dataset input and output options for batch jobs (73ee07c)
  • introduce BackendEnterprise and GOOGLE_GENAI_USE_ENTERPRISE env var (1181fe0)
Changelog

Sourced from google.golang.org/genai's changelog.

1.57.0 (2026-05-12)

Features

  • Expose Test and Server of the Replay API Client for the cross module usage in the AgentPlatform module. (27b142d)
  • support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (e5e653c)
  • support speech to speech translation in Gemini Live (621b55d)

Bug Fixes

  • Fix version redaction logic in the replay API client. (af4c931)

1.56.0 (2026-05-04)

Features

  • [Python] Multimodal file search (c32ae6e)
  • Multimodal file search (989d064)

Bug Fixes

  • Simplify generated Go URL path formatting when VertexAI and MLDev URLs are identical. (d90a592), closes #761

1.55.0 (2026-04-29)

Features

  • Add output_info to BatchJob (9ec7d3b)
  • Add ImageResizeMode for GenerateVideos (8fc27f4)
  • Add InternalApplyConverterToSliceWithRoot to the common utilities. (7aaf1eb)
  • Add Vertex Dataset input and output options for batch jobs (73ee07c)
  • introduce BackendEnterprise and GOOGLE_GENAI_USE_ENTERPRISE env var (1181fe0)
Commits
  • c02ba4f chore(main): release 1.57.0 (#784)
  • af4c931 fix: Fix version redaction logic in the replay API client.
  • 621b55d feat: support speech to speech translation in Gemini Live
  • 27b142d feat: Expose Test and Server of the Replay API Client for the cross module us...
  • aec9d38 chore: update error messages to clarify which APIs support a feature.
  • e5e653c feat: support Blocking FunctionCall in Live API in AgentPlatform (Vertex)
  • 1ca15ba chore: Handle vertex-genai-modules user-agent header for the AgentPlatform SDK.
  • afcab1d chore: Expose the Replay API client as an internal component only for the Age...
  • ca5475d chore(main): release 1.56.0 (#776)
  • 989d064 feat: Multimodal file search
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 5, 2026
@dependabot dependabot Bot changed the title Build(deps): Bump google.golang.org/genai from 1.54.0 to 1.56.0 Build(deps): Bump google.golang.org/genai from 1.54.0 to 1.57.0 May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/google.golang.org/genai-1.56.0 branch 3 times, most recently from 2319e96 to 9dcc633 Compare May 19, 2026 16:30
Bumps [google.golang.org/genai](https://github.com/googleapis/go-genai) from 1.54.0 to 1.57.0.
- [Release notes](https://github.com/googleapis/go-genai/releases)
- [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/go-genai@v1.54.0...v1.57.0)

---
updated-dependencies:
- dependency-name: google.golang.org/genai
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/google.golang.org/genai-1.56.0 branch from 9dcc633 to c199d84 Compare May 19, 2026 16:36
@dratner

dratner commented May 19, 2026

Copy link
Copy Markdown
Contributor

Closing: post the maestro-llms cut-over (#223), this SDK has zero direct imports in Maestro — it's an indirect dependency whose version is pinned and CI-validated by maestro-llms. Bumping it in Maestro's go.mod would only force an untested transitive version under the toolkit. The correct place for this bump is the maestro-llms repo; Maestro inherits it via the (still dependabot-tracked) maestro-llms dependency. #225 adds an ignore rule so these stop being regenerated. Tracked upstream.

@dratner dratner closed this May 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/go_modules/google.golang.org/genai-1.56.0 branch May 19, 2026 19:30
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant