Skip to content

Commit ddb94b2

Browse files
committed
Pick up PyMsalRuntime 0.16.x
1 parent b081f3d commit ddb94b2

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
@@ -25,7 +25,7 @@
2525

2626

2727
# The __init__.py will import this. Not the other way around.
28-
__version__ = "1.28.0" # When releasing, also check and bump our dependencies's versions if needed
28+
__version__ = "1.28.1" # When releasing, also check and bump our dependencies's versions if needed
2929

3030
logger = logging.getLogger(__name__)
3131
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ broker =
6262
# most existing MSAL Python apps do not have the redirect_uri needed by broker.
6363
# MSAL Python uses a subset of API from PyMsalRuntime 0.13.0+,
6464
# but we still bump the lower bound to 0.13.2+ for its important bugfix (https://github.com/AzureAD/microsoft-authentication-library-for-cpp/pull/3244)
65-
pymsalruntime>=0.13.2,<0.15; python_version>='3.6' and platform_system=='Windows'
65+
pymsalruntime>=0.13.2,<0.17; python_version>='3.6' and platform_system=='Windows'
6666

6767
[options.packages.find]
6868
exclude =

0 commit comments

Comments
 (0)