Skip to content

Commit 709b350

Browse files
authored
Merge pull request #87 from mongodb/dependabot/25_and_26-dev
fix: bump langchain-core and pillow for security fixes
2 parents 45d5e58 + dad0c46 commit 709b350

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

mflix/server/python-fastapi/requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ rich-toolkit~=0.15.1 # Extensions for the 'rich' library
6464
filelock>=3.20.3 # Transitive dep via huggingface-hub
6565
aiohttp>=3.13.3 # Transitive dep via voyageai
6666
orjson>=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)

mflix/server/python-fastapi/requirements.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
@@ -99,8 +99,10 @@ jsonpatch==1.33
9999
# via langchain-core
100100
jsonpointer==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
104106
langchain-text-splitters==1.1.0
105107
# via voyageai
106108
langsmith==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
130134
pluggy==1.6.0
131135
# via pytest
132136
propcache==0.4.1

0 commit comments

Comments
 (0)