Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions lib/serve/rest-api/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# AWS SDK Dependencies
# Keep boto3 aligned with LiteLLM / RDS IAM token refresh expectations.
# litellm[proxy]==1.83.12 pins boto3==1.42.59
boto3>=1.42.59,<1.43.0
boto3>=1.42.97,<1.43.0

# OpenTelemetry - Optional for LiteLLM Weave integration, silences import warnings
opentelemetry-api>=1.41.0
opentelemetry-sdk>=1.41.0
opentelemetry-api>=1.41.1
opentelemetry-sdk>=1.41.1

aiohttp>=3.13.3,<4.0.0
aiohttp>=3.13.5,<4.0.0
backoff>=2.2.1,<3.0.0
cachetools>=7.0.2,<8.0.0
click>=8.1.8,<9.0.0
cryptography>=46.0.5,<47.0.0
fastapi==0.124.4
gunicorn>=23.0.0,<24.0.0
cachetools>=7.0.6,<8.0.0
click>=8.3.3,<9.0.0
cryptography>=47.0.0,<48.0.0
fastapi==0.136.1
gunicorn>=25.3.0,<26.0.0

# LiteLLM — pinned by policy (orchestration / proxy compatibility).
# Fixes: "All connection attempts failed" errors every 15 minutes with IAM auth (older LiteLLM).
litellm[proxy]==1.83.12

loguru>=0.7.3,<0.8.0
pydantic>=2.5.0,<3.0.0
PyJWT>=2.10.1,<3.0.0
pydantic>=2.13.3,<3.0.0
PyJWT>=2.12.1,<3.0.0
prisma>=0.15.0,<0.16.0
starlette>=0.40.0,<0.51.0
starlette>=1.0.0,<1.1.0

# ASGI Server — litellm[proxy] extra requires uvicorn>=0.32.1,<1.0.0
uvicorn>=0.32.1,<1.0.0
# ASGI Server — litellm[proxy] extra requires uvicorn>=0.46.0,<1.0.0
uvicorn>=0.46.0,<1.0.0
Loading