Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ sagemaker = [
]

a2a = [
"a2a-sdk>=0.2.16,<1.0.0"
"a2a-sdk[sql]>=0.2.11,<1.0.0",
"uvicorn>=0.34.2,<1.0.0",
"httpx>=0.28.1,<1.0.0",
Expand Down Expand Up @@ -321,4 +322,4 @@ style = [
["instruction", ""],
["text", ""],
["disabled", "fg:#858585 italic"]
]
]
Loading