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
4 changes: 2 additions & 2 deletions apps/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ google-generativeai>=0.8.0

# LiteLLM - Unified interface for 100+ LLM providers
# Provides consistent API for OpenAI, Anthropic, Azure, Google, Ollama, etc.
# Bumped from 1.84.0rc1 to 1.86.0 to satisfy aiohttp>=3.13.5 (RC pinned aiohttp==3.13.4).
# Bumped from 1.84.0rc1 to 1.86.0 to satisfy aiohttp>=3.14.1 (RC pinned aiohttp==3.13.4).
litellm==1.86.0

# OpenAI SDK - Required by OpenAI-compatible providers and LiteLLM.
Expand Down Expand Up @@ -56,7 +56,7 @@ uvicorn[standard]>=0.46.0
# httpx - Modern async HTTP client with HTTP/2 support
httpx>=0.28.1
# aiohttp - Async HTTP client/server library (alternative HTTP client)
aiohttp>=3.13.5
aiohttp>=3.14.1

# tiktoken - Token counting for accurate context window estimation
tiktoken>=0.13.0
Expand Down
Loading