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
2 changes: 2 additions & 0 deletions mflix/server/python-fastapi/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ rich-toolkit~=0.15.1 # Extensions for the 'rich' library
filelock>=3.20.3 # Transitive dep via huggingface-hub
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)
14 changes: 9 additions & 5 deletions mflix/server/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile requirements.in
# pip-compile --output-file=requirements.txt requirements.in
#
aiohappyeyeballs==2.6.1
# via aiohttp
Expand Down Expand Up @@ -99,8 +99,10 @@ jsonpatch==1.33
# via langchain-core
jsonpointer==3.0.0
# via jsonpatch
langchain-core==1.2.9
# via langchain-text-splitters
langchain-core==1.2.11
# via
# -r requirements.in
# langchain-text-splitters
langchain-text-splitters==1.1.0
# via voyageai
langsmith==0.6.9
Expand All @@ -125,8 +127,10 @@ packaging==26.0
# langchain-core
# langsmith
# pytest
pillow==12.1.0
# via voyageai
pillow==12.1.1
# via
# -r requirements.in
# voyageai
pluggy==1.6.0
# via pytest
propcache==0.4.1
Expand Down