File tree Expand file tree Collapse file tree
mflix/server/python-fastapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,4 +61,5 @@ rich-toolkit~=0.15.0 # Extensions for the 'rich' library
6161# 8. TRANSITIVE DEPENDENCY CONSTRAINTS
6262# Minimum versions for indirect dependencies.
6363# ------------------------------------------------------------------------------
64- filelock>=3.20.1 # Transitive dep via huggingface-hub
64+ filelock>=3.20.1 # Transitive dep via huggingface-hub
65+ aiohttp>=3.13.3 # Transitive dep via voyageai
Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile with Python 3.13
33# by the following command:
44#
5- # pip-compile requirements.in
5+ # pip-compile --output-file=requirements.txt requirements.in
66#
77aiohappyeyeballs == 2.6.1
88 # via aiohttp
9- aiohttp == 3.13.2
10- # via voyageai
9+ aiohttp == 3.13.3
10+ # via
11+ # -r requirements.in
12+ # voyageai
1113aiolimiter == 1.2.1
1214 # via voyageai
1315aiosignal == 1.4.0
@@ -225,6 +227,8 @@ urllib3==2.6.1
225227 # -r requirements.in
226228 # requests
227229 # sentry-sdk
230+ uuid-utils == 0.12.0
231+ # via langchain-core
228232uvicorn [standard ]== 0.38.0
229233 # via
230234 # -r requirements.in
You can’t perform that action at this time.
0 commit comments