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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/toolbox-langchain": "0.5.7",
"packages/toolbox-core": "0.5.7",
"packages/toolbox-llamaindex": "0.5.7",
"packages/toolbox-adk": "0.5.7"
"packages/toolbox-langchain": "0.5.8",
"packages/toolbox-core": "0.5.8",
"packages/toolbox-llamaindex": "0.5.8",
"packages/toolbox-adk": "0.5.8"
}
7 changes: 7 additions & 0 deletions packages/toolbox-adk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* **adk:** add missing [@override](https://github.com/override) decorator to close method ([#502](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/502)) ([fc376a4](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/fc376a41bd928465bc34866c8ce539e3c4620ded))

## [0.5.7](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-adk-v0.5.6...toolbox-adk-v0.5.7) (2026-01-13)


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.7", # x-release-please-version
"toolbox-core==0.5.8", # 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.7"
__version__ = "0.5.8"
12 changes: 12 additions & 0 deletions packages/toolbox-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Bug Fixes

* **mcp:** correctly propagate client headers during init ([#499](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/499)) ([34a97dd](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/34a97dd1de23ecd40c38ab923e3deabf9bafb364))


### Documentation

* **mcp:** add transport protocol info ([#501](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/501)) ([2b8b39b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2b8b39bf8ead85b33a22eb6401287b12b68d65d9))

## [0.5.7](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.6...toolbox-core-v0.5.7) (2026-01-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-core/src/toolbox_core/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.7"
__version__ = "0.5.8"
7 changes: 7 additions & 0 deletions packages/toolbox-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Documentation

* **mcp:** add transport protocol info ([#501](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/501)) ([2b8b39b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2b8b39bf8ead85b33a22eb6401287b12b68d65d9))

## [0.5.7](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.5.6...toolbox-langchain-v0.5.7) (2026-01-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{name = "Google LLC", email = "[email protected]"}
]
dependencies = [
"toolbox-core==0.5.7", # x-release-please-version
"toolbox-core==0.5.8", # x-release-please-version
"langchain-core>=0.2.23,<2.0.0",
"PyYAML>=6.0.1,<7.0.0",
"pydantic>=2.7.0,<3.0.0",
Expand Down
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.7"
__version__ = "0.5.8"
7 changes: 7 additions & 0 deletions packages/toolbox-llamaindex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Documentation

* **mcp:** add transport protocol info ([#501](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/501)) ([2b8b39b](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2b8b39bf8ead85b33a22eb6401287b12b68d65d9))

## [0.5.7](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.6...toolbox-llamaindex-v0.5.7) (2026-01-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-llamaindex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{name = "Google LLC", email = "[email protected]"}
]
dependencies = [
"toolbox-core==0.5.7", # x-release-please-version
"toolbox-core==0.5.8", # x-release-please-version
"llama-index-core>=0.12.0,<1.0.0",
"PyYAML>=6.0.1,<7.0.0",
"pydantic>=2.8.0,<3.0.0",
Expand Down
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.7"
__version__ = "0.5.8"
Loading