Skip to content

Commit a648429

Browse files
committed
allow newer version of cryptography
1 parent 7468e2e commit a648429

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
@@ -79,7 +79,7 @@ numpy = "<3.0"
7979
unstructured = { version = "0.10.27", extras = ["docx", "pptx"], optional = true }
8080
"unstructured.pytesseract" = { version = ">=0.3.12", optional = true }
8181
pyjwt = "^2.8.0"
82-
cryptography = ">=44.0.0,<45.0.0" # Constrained as transitive dependency due to a bug in newer versions
82+
cryptography = ">=44.0.0,<46.0.0"
8383
pytz = ">=2024.2"
8484
pytest = {version = "^7", optional = true }
8585
orjson = "^3.10.7"

0 commit comments

Comments
 (0)