Skip to content

Commit 9924908

Browse files
mefogleclaude
andcommitted
feat: Upgrade Google ADK dependency to 1.9.0
- Updated google-adk from 1.6.1 to 1.9.0 in requirements.txt - All 271 tests pass successfully with the new version - No code changes required for compatibility - Updated CHANGELOG.md with dependency upgrade information 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent cedc747 commit 9924908

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

typescript-sdk/integrations/adk-middleware/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111
- **CONFIG**: Made ADK middleware base URL configurable via `ADK_MIDDLEWARE_URL` environment variable in dojo app
1212
- **CONFIG**: Added `adkMiddlewareUrl` configuration to environment variables (defaults to `http://localhost:8000`)
13+
- **DEPENDENCIES**: Upgraded Google ADK from 1.6.1 to 1.9.0 - all 271 tests pass without modification
1314

1415
## [0.5.0] - 2025-08-05
1516

typescript-sdk/integrations/adk-middleware/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Core dependencies
22
ag-ui-protocol>=0.1.7
3-
google-adk>=1.6.1
3+
google-adk>=1.9.0
44
pydantic>=2.11.7
55
asyncio>=3.4.3
66
fastapi>=0.115.2

0 commit comments

Comments
 (0)