From 92e22f34288abe72228643078a5c1c082173a467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:13:01 +0000 Subject: [PATCH] Bump the prod-deps group across 1 directory with 2 updates Updates the requirements on [mistralai](https://github.com/mistralai/client-python) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `mistralai` to 2.0.3 - [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.9.11...v2.0.3) Updates `uvicorn` to 0.42.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.38.0...0.42.0) --- updated-dependencies: - dependency-name: mistralai dependency-version: 2.0.3 dependency-type: direct:production dependency-group: prod-deps - dependency-name: uvicorn dependency-version: 0.42.0 dependency-type: direct:production dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64e0456d..49e6b7ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dependencies = [ "google-api-python-client>=2.179.0", "google-genai>=1.17.0,<2.0.0", "google-auth>=2.36.0,<3.0.0", - "mistralai>=1.9.11,<2.0.0", + "mistralai>=1.9.11,<3.0.0", "typing-inspect>=0.9.0,<1.0.0", "boto3>=1.36.25,<2.0.0", "prometheus-client>=0.23.1,<1.0.0", @@ -81,7 +81,7 @@ dependencies = [ "openai>=2.12.0,<3.0.0", "pyarrow>=22.0.0,<24.0.0", "tiktoken>=0.12.0,<1.0.0", - "uvicorn>=0.38,<0.42", + "uvicorn>=0.38,<0.43", "airrlogger", ]