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 292e28b commit ea18829Copy full SHA for ea18829
msal/application.py
@@ -25,7 +25,7 @@
25
26
27
# The __init__.py will import this. Not the other way around.
28
-__version__ = "1.17.0" # When releasing, also check and bump our dependencies's versions if needed
+__version__ = "1.18.0b1" # When releasing, also check and bump our dependencies's versions if needed
29
30
logger = logging.getLogger(__name__)
31
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"
setup.py
@@ -76,7 +76,7 @@
76
'requests>=2.0.0,<3',
77
'PyJWT[crypto]>=1.0.0,<3',
78
79
- 'cryptography>=0.6,<39',
+ 'cryptography>=0.6,<40',
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