From 7544e154469ccff89a90a325798302aa1db7fb4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:32:49 +0000 Subject: [PATCH] Update mistralai requirement in /python Updates the requirements on [mistralai](https://github.com/mistralai/client-python) to permit the latest version. - [Release notes](https://github.com/mistralai/client-python/releases) - [Changelog](https://github.com/mistralai/client-python/blob/main/RELEASES.md) - [Commits](https://github.com/mistralai/client-python/compare/v1.2.0...v2.4.11) --- updated-dependencies: - dependency-name: mistralai dependency-version: 2.4.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 8a0deef..04f62e0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -103,7 +103,7 @@ milvus = [ "milvus >= 2.3,<2.3.8; platform_system != 'Windows'" ] mistralai = [ - "mistralai >= 1.2,< 2.4.6" + "mistralai >= 1.2,< 2.4.12" ] mongo = [ "pymongo >= 4.8.0, < 4.16",