File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments