We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents babe6a7 + 224e487 commit edd67dbCopy full SHA for edd67db
2 files changed
mflix/server/python-fastapi/requirements.in
@@ -63,3 +63,4 @@ rich-toolkit~=0.15.0 # Extensions for the 'rich' library
63
# ------------------------------------------------------------------------------
64
filelock>=3.20.3 # Transitive dep via huggingface-hub
65
aiohttp>=3.13.3 # Transitive dep via voyageai
66
+orjson>=3.11.5 # Transitive dep via langsmith (CVE fix)
mflix/server/python-fastapi/requirements.txt
@@ -111,8 +111,10 @@ multidict==6.7.0
111
# yarl
112
numpy==2.3.4
113
# via voyageai
114
-orjson==3.11.4
115
- # via langsmith
+orjson==3.11.5
+ # via
116
+ # -r requirements.in
117
+ # langsmith
118
packaging==25.0
119
# via
120
# huggingface-hub
0 commit comments