We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bbf3dc + 0447a8a commit 00a3fcbCopy full SHA for 00a3fcb
2 files changed
mflix/server/python-fastapi/requirements.in
@@ -66,3 +66,4 @@ aiohttp>=3.13.3 # Transitive dep via voyageai
66
orjson>=3.11.7 # Transitive dep via langsmith (CVE fix)
67
langchain-core>=1.2.11 # Transitive dep via langchain-text-splitters (CVE-2026-26013 fix)
68
pillow>=12.1.1 # Transitive dep via voyageai (CVE-2026-25990 fix)
69
+requests>=2.33.0 # Transitive dep via langsmith/voyageai (CVE-2026-25645 fix)
mflix/server/python-fastapi/requirements.txt
@@ -171,8 +171,9 @@ pyyaml==6.0.3
171
# huggingface-hub
172
# langchain-core
173
# uvicorn
174
-requests==2.32.5
+requests==2.33.0
175
# via
176
+ # -r requirements.in
177
# langsmith
178
# requests-toolbelt
179
# voyageai
0 commit comments