Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages/toolbox-langchain": "0.5.8",
"packages/toolbox-core": "0.5.8",
"packages/toolbox-llamaindex": "0.5.8",
"packages/toolbox-adk": "0.5.8"
"packages/toolbox-adk": "0.5.9"
}
18 changes: 18 additions & 0 deletions packages/toolbox-adk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.5.9](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-adk-v0.5.8...toolbox-adk-v0.5.9) (2026-02-09)


### Features

* Enable package-specific client identification for MCP ([#525](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/525)) ([7ac0d3f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7ac0d3f167af1e47c26a3f43bdb48f3fc0a92109))


### Bug Fixes

* **adk:** implement `_get_declaration` to natively support ADK schema builder ([#534](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/534)) ([4f11229](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/4f112293becf3dc7c0e2f44cb7754a1eb8e45def))
* **adk:** resolve OAuth persistence, ID token extraction, and auth flow crashes ([#535](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/535)) ([663a4e1](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/663a4e144b039207ef66b512d6287f9e520435de))


### Documentation

* Update README with simplified ADK import paths and modernized type hints in code examples ([#537](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/537)) ([8e7ea07](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/8e7ea0745de565729d6bfcb5708b7a8473a54f9e))

## [0.5.8](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-adk-v0.5.7...toolbox-adk-v0.5.8) (2026-01-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-adk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"toolbox-core==0.5.8", # x-release-please-version
"toolbox-core==0.5.9", # x-release-please-version
"google-auth>=2.43.0,<3.0.0",
"google-auth-oauthlib>=1.2.0,<2.0.0",
"google-adk>=1.20.0,<2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-adk/src/toolbox_adk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.5.8"
__version__ = "0.5.9"
Loading