Skip to content

Commit 6c01457

Browse files
committed
pin minimum versions for vulnerable transitive deps (high: authlib, pillow, cryptography)
1 parent df4d78c commit 6c01457

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,14 @@ dependencies = [
3131
"mlflow[genai,mcp]>=2.19.0",
3232
"pina-mathlab>=0.2.1",
3333
"transformers[accelerate,sentencepiece,tiktoken]>=4.55.0",
34-
"sqlparse>=0.5.3",
34+
# security: explicit minimums for vulnerable transitive deps
35+
"authlib>=1.6.7",
36+
"pillow>=12.1.1",
37+
"cryptography>=46.0.5",
38+
"langgraph>=1.0.10",
39+
"werkzeug>=3.1.6",
40+
"sqlparse>=0.5.4",
3541
"diskcache>=5.6.3",
36-
"pillow>=11.0.0",
37-
"cryptography>=44.0.1",
3842
"protobuf>=5.26.1",
3943
"python-multipart>=0.0.18",
4044
]

0 commit comments

Comments
 (0)