Skip to content

Commit 9cca30a

Browse files
fix: update cryptography package constraint to >=44.0.0 to avoid vulnerable versions
Co-Authored-By: [email protected] <[email protected]>
1 parent aa2f633 commit 9cca30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ numpy = "<2"
7373
unstructured = { version = "0.10.27", extras = ["docx", "pptx"], optional = true }
7474
"unstructured.pytesseract" = { version = ">=0.3.12", optional = true }
7575
pyjwt = "^2.8.0"
76-
cryptography = ">=42.0.5,<45.0.0"
76+
cryptography = ">=44.0.0,<45.0.0"
7777
pytz = "2024.2"
7878
orjson = "^3.10.7"
7979
serpyco-rs = "^1.10.2"

0 commit comments

Comments
 (0)