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 417792a commit 0735871Copy full SHA for 0735871
msal/application.py
@@ -24,7 +24,7 @@
24
25
26
# The __init__.py will import this. Not the other way around.
27
-__version__ = "1.16.0"
+__version__ = "1.17.0" # When releasing, also check and bump our dependencies's versions if needed
28
29
logger = logging.getLogger(__name__)
30
setup.py
@@ -75,7 +75,7 @@
75
'requests>=2.0.0,<3',
76
'PyJWT[crypto]>=1.0.0,<3',
77
78
- 'cryptography>=0.6,<38',
+ 'cryptography>=0.6,<39',
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
#
0 commit comments