Skip to content

Commit 224e487

Browse files
committed
Bump ojson to 3.11.5
1 parent babe6a7 commit 224e487

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

mflix/server/python-fastapi/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ rich-toolkit~=0.15.0 # Extensions for the 'rich' library
6363
# ------------------------------------------------------------------------------
6464
filelock>=3.20.3 # Transitive dep via huggingface-hub
6565
aiohttp>=3.13.3 # Transitive dep via voyageai
66+
orjson>=3.11.5 # Transitive dep via langsmith (CVE fix)

mflix/server/python-fastapi/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,10 @@ multidict==6.7.0
111111
# yarl
112112
numpy==2.3.4
113113
# via voyageai
114-
orjson==3.11.4
115-
# via langsmith
114+
orjson==3.11.5
115+
# via
116+
# -r requirements.in
117+
# langsmith
116118
packaging==25.0
117119
# via
118120
# huggingface-hub

0 commit comments

Comments
 (0)