Skip to content
Merged
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
1 change: 1 addition & 0 deletions mflix/server/python-fastapi/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ aiohttp>=3.13.3 # Transitive dep via voyageai
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)
requests>=2.33.0 # Transitive dep via langsmith/voyageai (CVE-2026-25645 fix)
3 changes: 2 additions & 1 deletion mflix/server/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ pyyaml==6.0.3
# huggingface-hub
# langchain-core
# uvicorn
requests==2.32.5
requests==2.33.0
# via
# -r requirements.in
# langsmith
# requests-toolbelt
# voyageai
Expand Down
Loading