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
3 changes: 2 additions & 1 deletion mflix/server/python-fastapi/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ rich-toolkit~=0.15.0 # Extensions for the 'rich' library
# 8. TRANSITIVE DEPENDENCY CONSTRAINTS
# Minimum versions for indirect dependencies.
# ------------------------------------------------------------------------------
filelock>=3.20.1 # Transitive dep via huggingface-hub
filelock>=3.20.1 # Transitive dep via huggingface-hub
aiohttp>=3.13.3 # Transitive dep via voyageai
10 changes: 7 additions & 3 deletions mflix/server/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
# 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
aiohttp==3.13.2
# via voyageai
aiohttp==3.13.3
# via
# -r requirements.in
# voyageai
aiolimiter==1.2.1
# via voyageai
aiosignal==1.4.0
Expand Down Expand Up @@ -225,6 +227,8 @@ urllib3==2.6.1
# -r requirements.in
# requests
# sentry-sdk
uuid-utils==0.12.0

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for some reason we were missing this despite it being listed as a direct dependency for langchain-core

# via langchain-core
uvicorn[standard]==0.38.0
# via
# -r requirements.in
Expand Down