Skip to content

Commit c579e1c

Browse files
fix(adk): bump ag-ui-protocol minimum to >=0.1.15 for multimodal types
The new multimodal input types (ImageInputContent, AudioInputContent, etc.) were added in ag-ui-protocol 0.1.15. Without this pin, CI installs an older version from PyPI which lacks these types. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6a37224 commit c579e1c

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

integrations/adk-middleware/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
requires-python = ">=3.10, <3.15"
1010
dependencies = [
11-
"ag-ui-protocol>=0.1.11",
11+
"ag-ui-protocol>=0.1.15",
1212
"aiohttp>=3.12.0",
1313
"asyncio>=3.4.3",
1414
"fastapi>=0.115.2",

integrations/adk-middleware/python/uv.lock

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

0 commit comments

Comments
 (0)