Skip to content

Commit 5488faf

Browse files
chore(main): release toolbox-core 0.5.10 (#559)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 09eb555 commit 5488faf

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/toolbox-langchain": "0.5.9",
3-
"packages/toolbox-core": "0.5.9",
3+
"packages/toolbox-core": "0.5.10",
44
"packages/toolbox-llamaindex": "0.5.9",
55
"packages/toolbox-adk": "0.6.0"
66
}

packages/toolbox-core/CHANGELOG.md

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

3+
## [0.5.10](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.9...toolbox-core-v0.5.10) (2026-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** Recursive schema parsing for array items with MCP transport ([#561](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/561)) ([09eb555](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/09eb5554cf265a608e55b559b185b686c88c34aa))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** update dependency isort to v8 ([#562](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/562)) ([985cff3](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/985cff3a519408619aa104c616eb30bbd225f595))
14+
* updated gemini models in docs ([#556](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/556)) ([03dc7e6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/03dc7e6226abe935f634c720519850af9a2a019f))
15+
316
## [0.5.9](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.8...toolbox-core-v0.5.9) (2026-02-16)
417

518

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.9"
15+
__version__ = "0.5.10"

0 commit comments

Comments
 (0)