Skip to content

Commit f01407d

Browse files
committed
Update minimum cryptography package requirements
1 parent ebfef8f commit f01407d

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
@@ -31,7 +31,7 @@
3131
"PyJWT>=2.0,<3.0",
3232
"typing_extensions>=3.7.4; python_version<'3.8'", # typing.Literal
3333
],
34-
extras_require={"asymmetric_crypto": ["cryptography>=35.0.0"]},
34+
extras_require={"asymmetric_crypto": ["cryptography>=3.3.1"]},
3535
python_requires=">=3.6,<4",
3636
classifiers=[
3737
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)