Skip to content

Commit dc36219

Browse files
chore(main): release toolbox-llamaindex 0.5.10 (#557)
* chore(main): release toolbox-llamaindex 0.5.10 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
1 parent e00cde0 commit dc36219

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.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.10",
33
"packages/toolbox-core": "0.5.10",
4-
"packages/toolbox-llamaindex": "0.5.9",
4+
"packages/toolbox-llamaindex": "0.5.10",
55
"packages/toolbox-adk": "0.6.1"
66
}

packages/toolbox-llamaindex/CHANGELOG.md

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

3+
## [0.5.10](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.9...toolbox-llamaindex-v0.5.10) (2026-02-27)
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+
### Documentation
11+
12+
* 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))
13+
314
## [0.5.9](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.8...toolbox-llamaindex-v0.5.9) (2026-02-16)
415

516

packages/toolbox-llamaindex/src/toolbox_llamaindex/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)