Skip to content

Commit 1bdd7c2

Browse files
committed
fix: dependencies version
1 parent 0e26c59 commit 1bdd7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ authors = [
1212
]
1313
dependencies = [
1414
"pydantic-settings>=2.10.1", # Config management
15-
"a2a-sdk>=0.2.12", # For Google Agent2Agent protocol
15+
"a2a-sdk==0.2.12", # For Google Agent2Agent protocol
1616
"deprecated>=1.2.18",
17-
"google-adk>=1.6.1", # For basic agent architecture
17+
"google-adk==1.8.0", # For basic agent architecture
1818
"litellm>=1.74.3", # For model inference
1919
"loguru>=0.7.3", # For better logging
2020
"openinference-instrumentation-google-adk>=0.1.1", # For OpenInference instrumentation

0 commit comments

Comments
 (0)