From 19fcbba7cc0f98ff9e1b654047415c6de0e98934 Mon Sep 17 00:00:00 2001 From: Aniruddha Mandal Date: Wed, 1 Oct 2025 00:22:28 +0530 Subject: [PATCH] chore: update dependencies in pyproject.toml and uv.lock - Added "mistralai==1.9.10" to the dependencies in pyproject.toml. - Updated sdist entries in uv.lock to remove unnecessary upload-time fields for various packages. - Ensured consistency in package specifications across the project files. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e754914b..0b3d14189 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "uvicorn>=0.34.0,<1.0.0", "gunicorn>=20.1.0,<24", "websockets>=15.0.1,<16.0.0", - + "mistralai==1.9.10", ] [project.optional-dependencies]