Skip to content

Commit a1b1635

Browse files
chore(deps): revert cryptography range back to <45.0.0, keep nltk 3.9.4 update
1 parent 528b467 commit a1b1635

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ nltk = { version = "3.9.4", optional = true }
8080
unstructured = { version = "0.10.27", extras = ["docx", "pptx"], optional = true }
8181
"unstructured.pytesseract" = { version = ">=0.3.12", optional = true }
8282
pyjwt = "^2.8.0"
83-
cryptography = ">=44.0.0,<47.0.0" # Constrained as transitive dependency
83+
cryptography = ">=44.0.0,<45.0.0" # Constrained as transitive dependency due to a bug in newer versions
8484
pytz = "2024.2"
8585
pytest = {version = "^7", optional = true }
8686
orjson = "^3.10.7"

0 commit comments

Comments
 (0)