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.
2 parents 9386434 + 5ab7bc4 commit be41c0bCopy full SHA for be41c0b
setup.py
@@ -41,6 +41,6 @@ def read_files(files):
41
],
42
install_requires=[
43
'python-dotenv~=0.21.0',
44
- 'cryptography~=38.0.1'
+ 'cryptography<41.0.0,>=3.1.0'
45
46
)
0 commit comments