Allow cryptography <= 45 (current + 2)

This commit is contained in:
Dain Nilsson 2024-03-12 16:19:39 +01:00
parent f1952aebb9
commit 6d13bd7b91
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ include = [
[tool.poetry.dependencies]
python = "^3.8"
cryptography = ">=2.6, !=35, <44"
cryptography = ">=2.6, !=35, <45"
pyscard = {version = "^1.9 || ^2", optional = true}
[tool.poetry.extras]