File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
typescript-sdk/integrations/adk-middleware Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Changed
11
11
- ** CONFIG** : Made ADK middleware base URL configurable via ` ADK_MIDDLEWARE_URL ` environment variable in dojo app
12
12
- ** 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
13
14
14
15
## [ 0.5.0] - 2025-08-05
15
16
Original file line number Diff line number Diff line change 1
1
# Core dependencies
2
2
ag-ui-protocol >= 0.1.7
3
- google-adk >= 1.6.1
3
+ google-adk >= 1.9.0
4
4
pydantic >= 2.11.7
5
5
asyncio >= 3.4.3
6
6
fastapi >= 0.115.2
You can’t perform that action at this time.
0 commit comments