Skip to content

Commit 4a8f636

Browse files
committed
fix a2a-sdk==0.3.7
1 parent bef5edb commit 4a8f636

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
@@ -13,7 +13,7 @@ authors = [
1313
]
1414
dependencies = [
1515
"pydantic-settings==2.10.1", # Config management
16-
"a2a-sdk>=0.3.7", # For Google Agent2Agent protocol
16+
"a2a-sdk==0.3.7", # For Google Agent2Agent protocol
1717
"deprecated==1.2.18",
1818
"google-adk>=1.19.0", # For basic agent architecture
1919
"litellm>=1.74.3,<=1.82.6", # For model inference

0 commit comments

Comments
 (0)