Skip to content
Open
Show file tree
Hide file tree
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 mflix/server/python-fastapi/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ watchfiles~=1.1.1 # For hot-reloading in development
# Primary libraries for data models and environment config.
# ------------------------------------------------------------------------------
pydantic~=2.12.5 # Data validation and settings management
python-dotenv~=1.1.1 # For loading configuration from .env files
python-dotenv>=1.2.2 # For loading configuration from .env files (CVE-2026-28684)
python-multipart>=0.0.22 # For parsing form data and file uploads
PyYAML~=6.0.3 # For handling YAML configuration or data

Expand Down Expand Up @@ -65,5 +65,5 @@ filelock>=3.20.3 # Transitive dep via huggingface-hub
aiohttp>=3.13.4 # Transitive dep via voyageai (CVE-2026-34525)
orjson>=3.11.7 # Transitive dep via langsmith (CVE fix)
langchain-core>=1.2.11 # Transitive dep via langchain-text-splitters (CVE-2026-26013 fix)
pillow>=12.1.1 # Transitive dep via voyageai (CVE-2026-25990 fix)
pillow>=12.2.0 # Transitive dep via voyageai (Pillow 12.2.0 security fixes)
requests>=2.33.0 # Transitive dep via langsmith/voyageai (CVE-2026-25645 fix)
4 changes: 2 additions & 2 deletions mflix/server/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ packaging==26.0
# langchain-core
# langsmith
# pytest
pillow==12.1.1
pillow==12.2.0
# via
# -r requirements.in
# voyageai
Expand Down Expand Up @@ -159,7 +159,7 @@ pytest==8.4.2
# pytest-asyncio
pytest-asyncio==1.2.0
# via -r requirements.in
python-dotenv==1.1.1
python-dotenv==1.2.2
# via
# -r requirements.in
# uvicorn
Expand Down