We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52db02 commit a3483a7Copy full SHA for a3483a7
setup.py
@@ -96,7 +96,7 @@ def find_meta(meta):
96
package_dir={"": "src"},
97
install_requires=[
98
# Fix cryptographyMinimum in tox.ini when changing this!
99
- "cryptography>=37.0.2",
+ "cryptography>=37.0.2,<39",
100
],
101
extras_require={
102
"test": ["flaky", "pretend", "pytest>=3.0.1"],
0 commit comments