Skip to content

Commit

Permalink
fixes #1143 -- pin cryptography max version to prevent future pain (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Sep 16, 2022
1 parent a52db02 commit a3483a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def find_meta(meta):
package_dir={"": "src"},
install_requires=[
# Fix cryptographyMinimum in tox.ini when changing this!
"cryptography>=37.0.2",
"cryptography>=37.0.2,<39",
],
extras_require={
"test": ["flaky", "pretend", "pytest>=3.0.1"],
Expand Down

0 comments on commit a3483a7

Please sign in to comment.