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", ]