Skip to content

Commit 68364c5

Browse files
chore: release main
1 parent 2ab131e commit 68364c5

12 files changed

Lines changed: 39 additions & 11 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/toolbox-langchain": "0.5.6",
3-
"packages/toolbox-core": "0.5.6",
4-
"packages/toolbox-llamaindex": "0.5.6",
5-
"packages/toolbox-adk": "0.5.6"
2+
"packages/toolbox-langchain": "0.5.7",
3+
"packages/toolbox-core": "0.5.7",
4+
"packages/toolbox-llamaindex": "0.5.7",
5+
"packages/toolbox-adk": "0.5.7"
66
}

packages/toolbox-adk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.7](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-adk-v0.5.6...toolbox-adk-v0.5.7) (2026-01-09)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **toolbox-adk:** Synchronize toolbox-python-sdks versions
9+
310
## [0.5.6](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-adk-v0.0.1...toolbox-adk-v0.5.6) (2026-01-08)
411

512

packages/toolbox-adk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919
requires-python = ">=3.10"
2020
dependencies = [
21-
"toolbox-core==0.5.6", # x-release-please-version
21+
"toolbox-core==0.5.7", # x-release-please-version
2222
"google-auth>=2.43.0,<3.0.0",
2323
"google-auth-oauthlib>=1.2.0,<2.0.0",
2424
"google-adk>=1.20.0,<2.0.0",

packages/toolbox-adk/src/toolbox_adk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.5.6"
15+
__version__ = "0.5.7"

packages/toolbox-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.7](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.6...toolbox-core-v0.5.7) (2026-01-09)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update mcp toolbox server version in integration tests to v0.25.0 to v0.25.0 ([#492](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/492)) ([2ab131e](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2ab131e2c77637ab18028b94d53ef9da4fad6f88))
9+
310
## [0.5.6](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.4...toolbox-core-v0.5.6) (2026-01-08)
411

512

packages/toolbox-core/src/toolbox_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.5.6"
15+
__version__ = "0.5.7"

packages/toolbox-langchain/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.7](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.5.6...toolbox-langchain-v0.5.7) (2026-01-09)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update mcp toolbox server version in integration tests to v0.25.0 to v0.25.0 ([#492](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/492)) ([2ab131e](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2ab131e2c77637ab18028b94d53ef9da4fad6f88))
9+
310
## [0.5.6](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-langchain-v0.5.4...toolbox-langchain-v0.5.6) (2026-01-08)
411

512

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
{name = "Google LLC", email = "googleapis-packages@google.com"}
1010
]
1111
dependencies = [
12-
"toolbox-core==0.5.6", # x-release-please-version
12+
"toolbox-core==0.5.7", # x-release-please-version
1313
"langchain-core>=0.2.23,<2.0.0",
1414
"PyYAML>=6.0.1,<7.0.0",
1515
"pydantic>=2.7.0,<3.0.0",

packages/toolbox-langchain/src/toolbox_langchain/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.5.6"
15+
__version__ = "0.5.7"

packages/toolbox-llamaindex/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.7](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.6...toolbox-llamaindex-v0.5.7) (2026-01-09)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update mcp toolbox server version in integration tests to v0.25.0 to v0.25.0 ([#492](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/492)) ([2ab131e](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/2ab131e2c77637ab18028b94d53ef9da4fad6f88))
9+
310
## [0.5.6](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.4...toolbox-llamaindex-v0.5.6) (2026-01-08)
411

512

0 commit comments

Comments
 (0)