File tree Expand file tree Collapse file tree
mflix/server/python-fastapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ rich-toolkit~=0.15.1 # Extensions for the 'rich' library
6262# Minimum versions for indirect dependencies.
6363# ------------------------------------------------------------------------------
6464filelock>=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)
6666orjson>=3.11.7 # Transitive dep via langsmith (CVE fix)
6767langchain-core>=1.2.11 # Transitive dep via langchain-text-splitters (CVE-2026-26013 fix)
6868pillow>=12.1.1 # Transitive dep via voyageai (CVE-2026-25990 fix)
Original file line number Diff line number Diff line change 66#
77aiohappyeyeballs == 2.6.1
88 # via aiohttp
9- aiohttp == 3.13.3
9+ aiohttp == 3.13.5
1010 # via
1111 # -r requirements.in
1212 # voyageai
You can’t perform that action at this time.
0 commit comments