Skip to content

Commit 71a0285

Browse files
committed
restrict adk version to 1.19
1 parent bf5c8ac commit 71a0285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
"a2a-sdk>=0.3.0", # For Google Agent2Agent protocol
1717
"deprecated>=1.2.18",
1818
"google-adk>=1.10.0", # For basic agent architecture
19+
"google-adk<=1.19.0", # For basic agent architecture
1920
"litellm>=1.74.3", # For model inference
2021
"loguru>=0.7.3", # For better logging
2122
"opentelemetry-exporter-otlp>=1.35.0",

0 commit comments

Comments
 (0)