From 1d9284fa8f42e7558b2982580255f0a32ee90fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 07:54:13 +0000 Subject: [PATCH] ci: update mistralai requirement from <2.0.0,>=1.8.2 to >=1.8.2,<3.0.0 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.8.2...v2.0.5) --- updated-dependencies: - dependency-name: mistralai dependency-version: 2.0.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59e24dac3..7eeb3d2c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ anthropic = ["anthropic>=0.21.0,<1.0.0"] gemini = ["google-genai>=1.32.0,<2.0.0"] litellm = ["litellm>=1.75.9,<2.0.0", "openai>=1.68.0,<3.0.0"] llamaapi = ["llama-api-client>=0.1.0,<1.0.0"] -mistral = ["mistralai>=1.8.2,<2.0.0"] +mistral = ["mistralai>=1.8.2,<3.0.0"] ollama = ["ollama>=0.4.8,<1.0.0"] openai = ["openai>=1.68.0,<3.0.0"] writer = ["writer-sdk>=2.2.0,<3.0.0"]