Skip to content

Commit 81a994b

Browse files
chore(main): release toolbox-llamaindex 0.5.10
1 parent 985cff3 commit 81a994b

File tree

3 files changed

+10
-2
lines changed

3 files changed

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

packages/toolbox-llamaindex/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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-23)
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+
* 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))
10+
311
## [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)
412

513

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)