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 @@ -64,3 +64,5 @@ rich-toolkit~=0.15.1 # Extensions for the 'rich' library
6464filelock>=3.20.3 # Transitive dep via huggingface-hub
6565aiohttp>=3.13.3 # Transitive dep via voyageai
6666orjson>=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)
Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile with Python 3.13
33# by the following command:
44#
5- # pip-compile requirements.in
5+ # pip-compile --output-file=requirements.txt requirements.in
66#
77aiohappyeyeballs == 2.6.1
88 # via aiohttp
@@ -99,8 +99,10 @@ jsonpatch==1.33
9999 # via langchain-core
100100jsonpointer == 3.0.0
101101 # via jsonpatch
102- langchain-core == 1.2.9
103- # via langchain-text-splitters
102+ langchain-core == 1.2.11
103+ # via
104+ # -r requirements.in
105+ # langchain-text-splitters
104106langchain-text-splitters == 1.1.0
105107 # via voyageai
106108langsmith == 0.6.9
@@ -125,8 +127,10 @@ packaging==26.0
125127 # langchain-core
126128 # langsmith
127129 # pytest
128- pillow == 12.1.0
129- # via voyageai
130+ pillow == 12.1.1
131+ # via
132+ # -r requirements.in
133+ # voyageai
130134pluggy == 1.6.0
131135 # via pytest
132136propcache == 0.4.1
You can’t perform that action at this time.
0 commit comments