From 6e4d3fc527307c43284822808c8331011fc507d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 17:44:54 +0000 Subject: [PATCH] chore(deps): bump mistralai from 0.5.0 to 2.9.4 in /backend Bumps [mistralai](https://github.com/mistralai/client-python) from 0.5.0 to 2.9.4. - [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/commits/v2.9.4) --- updated-dependencies: - dependency-name: mistralai dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements-UPGRADED.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 377eb035..35636a90 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ # ───── LLM APIs ───── "openai>=1.30.0", "anthropic==0.42.0", - "mistralai==0.5.0", + "mistralai==2.9.4", "groq==0.15.0", # ───── Task Queue & Async ───── diff --git a/backend/requirements-UPGRADED.txt b/backend/requirements-UPGRADED.txt index 52161274..5e8c840a 100644 --- a/backend/requirements-UPGRADED.txt +++ b/backend/requirements-UPGRADED.txt @@ -88,7 +88,7 @@ autogen==0.5.0 # ────────────────────────────────────────────────────────────────────────────── openai>=1.30.0 anthropic==0.42.0 -mistralai==0.5.0 +mistralai==2.9.4 groq==0.15.0 # ──────────────────────────────────────────────────────────────────────────────