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 @@ -63,3 +63,4 @@ rich-toolkit~=0.15.0 # 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.5 # Transitive dep via langsmith (CVE fix)
6 changes: 4 additions & 2 deletions mflix/server/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@ multidict==6.7.0
# yarl
numpy==2.3.4
# via voyageai
orjson==3.11.4
# via langsmith
orjson==3.11.5
# via
# -r requirements.in
# langsmith
packaging==25.0
# via
# huggingface-hub
Expand Down