Skip to content

Commit 4fedc01

Browse files
committed
feat: support history_config and bump google-genai dependency to <3
Support history_config parameter in LiveConnectConfig and log when initial_history_in_client_content is configured. Upgraded google-genai upper bound to <3 to allow v2 releases. TAG=agy CONV=a0ce9f11-6461-41a0-b904-f01ed1aa9f10 Change-Id: I5f4f2138ea6282803414459f1d868fa9e813a415
1 parent b4fee1c commit 4fedc01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"google-cloud-spanner>=3.56,<4", # For Spanner database
5252
"google-cloud-speech>=2.30,<3", # For Audio Transcription
5353
"google-cloud-storage>=2.18,<4", # For GCS Artifact service
54-
"google-genai>=1.72,<2", # Google GenAI SDK
54+
"google-genai>=1.72,<3", # Google GenAI SDK
5555
"graphviz>=0.20.2,<1", # Graphviz for graph rendering
5656
"httpx>=0.27,<1", # HTTP client library
5757
"jsonschema>=4.23,<5", # Agent Builder config validation

0 commit comments

Comments
 (0)