Skip to content

Commit

Permalink
Merge pull request #475 from AzureAD/release-1.18.0b1
Browse files Browse the repository at this point in the history
Merge MSAL Python 1.18.0b1 back to dev
  • Loading branch information
rayluo authored May 31, 2022
2 parents 1b26417 + ea18829 commit 57bd80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


# The __init__.py will import this. Not the other way around.
__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

logger = logging.getLogger(__name__)
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
'requests>=2.0.0,<3',
'PyJWT[crypto]>=1.0.0,<3',

'cryptography>=0.6,<39',
'cryptography>=0.6,<40',
# load_pem_private_key() is available since 0.6
# https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#06---2014-09-29
#
Expand Down

0 comments on commit 57bd80a

Please sign in to comment.