Skip to content

Commit 6efa820

Browse files
committed
fix(python-fastapi): bump aiohttp to >=3.13.4 for CVE-2026-34525
Raises the transitive aiohttp floor to the patched series so duplicate Host headers are rejected (GHSA-c427-h43c-vf67). Regenerated requirements.txt with pip-compile. Resolves Dependabot alerts #31-40. Made-with: Cursor
1 parent 00a3fcb commit 6efa820

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mflix/server/python-fastapi/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ rich-toolkit~=0.15.1 # Extensions for the 'rich' library
6262
# Minimum versions for indirect dependencies.
6363
# ------------------------------------------------------------------------------
6464
filelock>=3.20.3 # Transitive dep via huggingface-hub
65-
aiohttp>=3.13.3 # Transitive dep via voyageai
65+
aiohttp>=3.13.4 # Transitive dep via voyageai (CVE-2026-34525)
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)

mflix/server/python-fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.13.3
9+
aiohttp==3.13.5
1010
# via
1111
# -r requirements.in
1212
# voyageai

0 commit comments

Comments
 (0)