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
@@ -1 +1 @@
{"packages/toolbox-langchain":"0.5.3","packages/toolbox-core":"0.5.3","packages/toolbox-llamaindex":"0.5.3"}
{"packages/toolbox-langchain":"0.5.4","packages/toolbox-core":"0.5.4","packages/toolbox-llamaindex":"0.5.4"}
9 changes: 9 additions & 0 deletions packages/toolbox-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.5.4](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.3...toolbox-core-v0.5.4) (2025-12-01)


### Miscellaneous Chores

* **deps:** update dependency mypy to v1.19.0 ([#443](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/443)) ([ca80201](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ca80201a9b42a2e8b9604965477489dda8d7841e))
* **deps:** update dependency pydantic to v2.12.5 ([#442](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/442)) ([8d8cffb](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/8d8cffb30ed5b011fe0ab06fc81f258a7006eb41))
* **deps:** update update mcp toolbox server version in integration tests to v0.21.0 to v0.21.0 ([#431](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/431)) ([24c1cdd](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/24c1cddde2ed1800954de3b1c6291c034411c903))

## [0.5.3](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.2...toolbox-core-v0.5.3) (2025-11-18)


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.3"
__version__ = "0.5.4"
11 changes: 11 additions & 0 deletions packages/toolbox-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.5.4](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.5.3...toolbox-langchain-v0.5.4) (2025-12-01)


### Miscellaneous Chores

* **deps:** bump langchain-core in /packages/toolbox-langchain ([#433](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/433)) ([a49d3bf](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/a49d3bfbaebe0e4e80692f246551c627c33492b3))
* **deps:** update dependency langchain-core to v1.1.0 ([#436](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/436)) ([16221b6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/16221b613b53156b6d3c5cb03c1044684271fe07))
* **deps:** update dependency mypy to v1.19.0 ([#443](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/443)) ([ca80201](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ca80201a9b42a2e8b9604965477489dda8d7841e))
* **deps:** update dependency pydantic to v2.12.5 ([#442](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/442)) ([8d8cffb](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/8d8cffb30ed5b011fe0ab06fc81f258a7006eb41))
* **deps:** update update mcp toolbox server version in integration tests to v0.21.0 to v0.21.0 ([#431](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/431)) ([24c1cdd](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/24c1cddde2ed1800954de3b1c6291c034411c903))

## [0.5.3](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.5.2...toolbox-langchain-v0.5.3) (2025-11-18)


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

## [0.5.4](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.3...toolbox-llamaindex-v0.5.4) (2025-12-01)


### Miscellaneous Chores

* **deps:** update dependency mypy to v1.19.0 ([#443](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/443)) ([ca80201](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ca80201a9b42a2e8b9604965477489dda8d7841e))
* **deps:** update dependency pydantic to v2.12.5 ([#442](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/442)) ([8d8cffb](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/8d8cffb30ed5b011fe0ab06fc81f258a7006eb41))
* **deps:** update update mcp toolbox server version in integration tests to v0.21.0 to v0.21.0 ([#431](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/431)) ([24c1cdd](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/24c1cddde2ed1800954de3b1c6291c034411c903))

## [0.5.3](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.2...toolbox-llamaindex-v0.5.3) (2025-11-18)


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.3", # x-release-please-version
"toolbox-core==0.5.4", # 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.3"
__version__ = "0.5.4"