diff --git a/pyproject.toml b/pyproject.toml index d82c2634..6e19b8a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ "diskcache>=5.6.3,<6.0.0", "starlette>=0.41", "fastapi>=0.115", - "together>=1.2.3,<2.0.0", + "together>=1.2.3,<3.0.0", "anthropic", "azure-ai-ml>=1.22,<2.0.0", "google-api-python-client>=2.179.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.41", + "uvicorn>=0.38,<0.42", "airrlogger", ]