We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e26c59 commit 1bdd7c2Copy full SHA for 1bdd7c2
pyproject.toml
@@ -12,9 +12,9 @@ authors = [
12
]
13
dependencies = [
14
"pydantic-settings>=2.10.1", # Config management
15
- "a2a-sdk>=0.2.12", # For Google Agent2Agent protocol
+ "a2a-sdk==0.2.12", # For Google Agent2Agent protocol
16
"deprecated>=1.2.18",
17
- "google-adk>=1.6.1", # For basic agent architecture
+ "google-adk==1.8.0", # For basic agent architecture
18
"litellm>=1.74.3", # For model inference
19
"loguru>=0.7.3", # For better logging
20
"openinference-instrumentation-google-adk>=0.1.1", # For OpenInference instrumentation
0 commit comments