Skip to content

Commit 7f6f386

Browse files
chore(main): release toolbox-llamaindex 0.5.10
1 parent 442a39b commit 7f6f386

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.9",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
### Miscellaneous Chores
7+
8+
* **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))
9+
* **deps:** update dependency toolbox-core to v0.5.10 ([#573](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/573)) ([ab3344a](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/ab3344a22bd83fa1ccd5fdfcf02e17ec6be8322c))
10+
* 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))
11+
312
## [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)
413

514

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)