Skip to content

Commit dd1ffad

Browse files
xuanyang15copybara-github
authored andcommitted
chore: Update google-genai version constraint
Fixes #2968 PiperOrigin-RevId: 811475972
1 parent 8b08175 commit dd1ffad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ dependencies = [
3838
"google-cloud-spanner>=3.56.0, <4.0.0", # For Spanner database
3939
"google-cloud-speech>=2.30.0, <3.0.0", # For Audio Transcription
4040
"google-cloud-storage>=2.18.0, <3.0.0", # For GCS Artifact service
41-
"google-genai>=1.21.1, <2.0.0", # Google GenAI SDK
41+
# TODO: Modify genai version constraint after the connector/client session warning is fixed.
42+
"google-genai>=1.21.1, <1.37.0", # Google GenAI SDK
4243
"graphviz>=0.20.2, <1.0.0", # Graphviz for graph rendering
4344
"mcp>=1.8.0, <2.0.0;python_version>='3.10'", # For MCP Toolset
4445
"opentelemetry-api>=1.37.0, <=1.37.0", # OpenTelemetry - limit upper version for sdk and api to not risk breaking changes from unstable _logs package.

0 commit comments

Comments
 (0)