Skip to content

Commit 0447a8a

Browse files
committed
chore: update dependencies to address Dependabot alert 28
1 parent 5bbf3dc commit 0447a8a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

mflix/server/python-fastapi/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ aiohttp>=3.13.3 # Transitive dep via voyageai
6666
orjson>=3.11.7 # Transitive dep via langsmith (CVE fix)
6767
langchain-core>=1.2.11 # Transitive dep via langchain-text-splitters (CVE-2026-26013 fix)
6868
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,9 @@ pyyaml==6.0.3
171171
# huggingface-hub
172172
# langchain-core
173173
# uvicorn
174-
requests==2.32.5
174+
requests==2.33.0
175175
# via
176+
# -r requirements.in
176177
# langsmith
177178
# requests-toolbelt
178179
# voyageai

0 commit comments

Comments
 (0)