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

## [0.5.5](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.4...toolbox-core-v0.5.5) (2025-12-16)


### Miscellaneous Chores

* **deps:** update python-nonmajor ([#449](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/449)) ([b018cc7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b018cc7d380affd8ec29f8cbf647e3805cb0214f))
* **deps:** update python-nonmajor ([#467](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/467)) ([ba45b32](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ba45b3289fd1314a306f0678f25c66eed3f5d1a5))
* **deps:** update update mcp toolbox server version in integration tests to v0.23.0 to v0.23.0 ([#459](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/459)) ([136c6c7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/136c6c76f6e2020457a09d61e7d2ad6cbde0c52c))
* drop support for python 3.9 ([#460](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/460)) ([ad43f0c](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ad43f0c6429112cfedd288a73795b668eba837e3))

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


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.4"
__version__ = "0.5.5"
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.5](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.5.4...toolbox-langchain-v0.5.5) (2025-12-16)


### Miscellaneous Chores

* **deps:** update dependency langchain-core to v1.2.0 ([#465](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/465)) ([c7e6d4d](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/c7e6d4d4a3da85475f11831b9695304b1c05b276))
* **deps:** update python-nonmajor ([#449](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/449)) ([b018cc7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b018cc7d380affd8ec29f8cbf647e3805cb0214f))
* **deps:** update python-nonmajor ([#467](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/467)) ([ba45b32](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ba45b3289fd1314a306f0678f25c66eed3f5d1a5))
* **deps:** update update mcp toolbox server version in integration tests to v0.23.0 to v0.23.0 ([#459](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/459)) ([136c6c7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/136c6c76f6e2020457a09d61e7d2ad6cbde0c52c))
* drop support for python 3.9 ([#460](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/460)) ([ad43f0c](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ad43f0c6429112cfedd288a73795b668eba837e3))

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


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

## [0.5.5](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.4...toolbox-llamaindex-v0.5.5) (2025-12-16)


### Miscellaneous Chores

* **deps:** update python-nonmajor ([#449](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/449)) ([b018cc7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b018cc7d380affd8ec29f8cbf647e3805cb0214f))
* **deps:** update python-nonmajor ([#467](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/467)) ([ba45b32](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ba45b3289fd1314a306f0678f25c66eed3f5d1a5))
* **deps:** update update mcp toolbox server version in integration tests to v0.23.0 to v0.23.0 ([#459](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/459)) ([136c6c7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/136c6c76f6e2020457a09d61e7d2ad6cbde0c52c))
* drop support for python 3.9 ([#460](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/460)) ([ad43f0c](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ad43f0c6429112cfedd288a73795b668eba837e3))

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


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