Skip to content

Commit a52ebfd

Browse files
committed
fix version of adk google-adk==1.19.0
1 parent 4a8f636 commit a52ebfd

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
@@ -15,7 +15,7 @@ dependencies = [
1515
"pydantic-settings==2.10.1", # Config management
1616
"a2a-sdk==0.3.7", # For Google Agent2Agent protocol
1717
"deprecated==1.2.18",
18-
"google-adk>=1.19.0", # For basic agent architecture
18+
"google-adk==1.19.0", # For basic agent architecture
1919
"litellm>=1.74.3,<=1.82.6", # For model inference
2020
"loguru==0.7.3", # For better logging
2121
"opentelemetry-exporter-otlp==1.37.0",

0 commit comments

Comments
 (0)