We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
google-genai
1 parent 8b08175 commit dd1ffadCopy full SHA for dd1ffad
1 file changed
pyproject.toml
@@ -38,7 +38,8 @@ dependencies = [
38
"google-cloud-spanner>=3.56.0, <4.0.0", # For Spanner database
39
"google-cloud-speech>=2.30.0, <3.0.0", # For Audio Transcription
40
"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
+ # 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
43
"graphviz>=0.20.2, <1.0.0", # Graphviz for graph rendering
44
"mcp>=1.8.0, <2.0.0;python_version>='3.10'", # For MCP Toolset
45
"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