-
Notifications
You must be signed in to change notification settings - Fork 247
Closed as not planned
Labels
cookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency filego
Description
Summary
Update the indirect dependency google.golang.org/genai from v1.45.0 to v1.47.0. This SDK is used by the Google Gemini engine integration.
Current State
- Package: google.golang.org/genai
- Current Version: v1.45.0
- Proposed Version: v1.47.0
- Dependency Type: Indirect (
// indirectin go.mod) - Update Type: Multi-version minor jump (v1.45.0 → v1.47.0, skips v1.46.x)
Why Separate Issue
- Jumps 2 minor versions (v1.45.0 → v1.47.0, skips v1.46.x)
- Adds multimodal embedding support for Gemini Embedding 2.0
- Adds support for MaaS models in Vertex AI API
- New API surface may affect Gemini engine behavior
- Needs testing of the Gemini engine integration
Safety Assessment
- Minor version jumps add new features and may change behavior
- New multimodal embedding capabilities
- MaaS (Model-as-a-Service) model support added
- Review v1.46.0 changelog for additional intermediate changes
- Test Gemini/Google engine workflows after update
Changes
v1.47.0:
- Added support for multimodal embedding for Gemini Embedding 2.0
- Added support for MaaS models in
Models.embed_content()(Vertex AI API)
Links
- v1.47.0 Release Notes
- Package Repository
- [Go Package]((pkg.go.dev/redacted)
Recommended Action
go get google.golang.org/genai@v1.47.0
go mod tidyTesting Notes
- Run all tests:
make test-unit - Test Google/Gemini engine workflows end-to-end
- Verify content generation still works correctly
- Check multimodal input handling
- Verify no regressions in Gemini-based agentic workflows
Generated by Dependabot Dependency Checker
- expires on Feb 25, 2026, 9:28 AM UTC
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency filego