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 60506eb commit f0f00afCopy full SHA for f0f00af
setup.py
@@ -76,7 +76,7 @@
76
'requests>=2.0.0,<3',
77
'PyJWT[crypto]>=1.0.0,<3', # MSAL does not use jwt.decode(), therefore is insusceptible to CVE-2022-29217 so no need to bump to PyJWT 2.4+
78
79
- 'cryptography>=0.6,<40',
+ 'cryptography>=0.6,<41',
80
# load_pem_private_key() is available since 0.6
81
# https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#06---2014-09-29
82
#
0 commit comments