Skip to content

Commit 0735871

Browse files
committed
MSAL Python 1.17.0
1 parent 417792a commit 0735871

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
# The __init__.py will import this. Not the other way around.
27-
__version__ = "1.16.0"
27+
__version__ = "1.17.0" # When releasing, also check and bump our dependencies's versions if needed
2828

2929
logger = logging.getLogger(__name__)
3030

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
'requests>=2.0.0,<3',
7676
'PyJWT[crypto]>=1.0.0,<3',
7777

78-
'cryptography>=0.6,<38',
78+
'cryptography>=0.6,<39',
7979
# load_pem_private_key() is available since 0.6
8080
# https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#06---2014-09-29
8181
#

0 commit comments

Comments
 (0)