Skip to content

Commit a3483a7

Browse files
authored
fixes #1143 -- pin cryptography max version to prevent future pain (#1145)
1 parent a52db02 commit a3483a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def find_meta(meta):
9696
package_dir={"": "src"},
9797
install_requires=[
9898
# Fix cryptographyMinimum in tox.ini when changing this!
99-
"cryptography>=37.0.2",
99+
"cryptography>=37.0.2,<39",
100100
],
101101
extras_require={
102102
"test": ["flaky", "pretend", "pytest>=3.0.1"],

0 commit comments

Comments
 (0)