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 8a4cdea + 1c8bcb4 commit 8573a16Copy full SHA for 8573a16
setup.py
@@ -75,14 +75,13 @@
75
'requests>=2.0.0,<3',
76
'PyJWT[crypto]>=1.0.0,<3',
77
78
- 'cryptography>=0.6,<4',
+ 'cryptography>=0.6,<38',
79
# load_pem_private_key() is available since 0.6
80
# https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#06---2014-09-29
81
#
82
- # Not sure what should be used as an upper bound here
83
- # https://github.com/pyca/cryptography/issues/5532
84
- # We will go with "<4" for now, which is also what our another dependency,
85
- # pyjwt, currently use.
+ # And we will use the cryptography (X+3).0.0 as the upper bound,
+ # based on their latest deprecation policy
+ # https://cryptography.io/en/latest/api-stability/#deprecation
86
87
"mock;python_version<'3.3'",
88
]
0 commit comments