Skip to content

Commit 0e9ebba

Browse files
authored
build(deps): bump versions of google-adk and a2a-sdk (#816)
Not exactly sure what the process is here - so feel free to let me know if I've missed anything. Mostly interested in the `a2a-sdk` update, as [`v0.3.1`](https://github.com/a2aproject/a2a-python/releases/tag/v0.3.1) contains [a fix](a2aproject/a2a-python#383) I put through to resolve context cancellation issues that have been plaguing me when testing multi-agent workflows. I did scan the release notes of both projects for breaking changes, and I don't think any of them affected this project's usage of the libraries. Ran the default set of agents locally, and everything seems to work fine. Signed-off-by: Brian Fox <878612+onematchfox@users.noreply.github.com>
1 parent 1dfcf59 commit 0e9ebba

2 files changed

Lines changed: 71 additions & 15 deletions

File tree

python/packages/kagent-adk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ dependencies = [
2525
"anthropic[vertex]>=0.49.0",
2626
"fastapi>=0.115.1",
2727
"litellm>=1.74.3",
28-
"google-adk>=1.8.0",
28+
"google-adk>=1.11.0",
2929
"google-genai>=1.21.1",
3030
"google-auth>=2.40.2",
3131
"httpx>=0.25.0",
3232
"pydantic>=2.5.0",
3333
"typing-extensions>=4.8.0",
3434
"jsonref>=1.1.0",
35-
"a2a-sdk>=0.2.16",
35+
"a2a-sdk>=0.3.1",
3636
]
3737

3838
[project.scripts]

python/uv.lock

Lines changed: 69 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)