Skip to content

Commit e313bb9

Browse files
authored
Merge pull request #93 from mongodb/security/fix-aiohttp-cve-2026-34525-dev
fix(python-fastapi): bump aiohttp for CVE-2026-34525 (GHSA-c427-h43c-vf67)
2 parents 1170d0b + 0f141a3 commit e313bb9

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)