From ddb94b213e31ccc5f1f9ba5f174ccf3b62aeec08 Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Fri, 7 Jun 2024 02:06:12 -0700 Subject: [PATCH] Pick up PyMsalRuntime 0.16.x --- msal/application.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msal/application.py b/msal/application.py index 2c72f299..4463362c 100644 --- a/msal/application.py +++ b/msal/application.py @@ -25,7 +25,7 @@ # The __init__.py will import this. Not the other way around. -__version__ = "1.28.0" # When releasing, also check and bump our dependencies's versions if needed +__version__ = "1.28.1" # When releasing, also check and bump our dependencies's versions if needed logger = logging.getLogger(__name__) _AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL" diff --git a/setup.cfg b/setup.cfg index 3e890114..4935d352 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,7 @@ broker = # most existing MSAL Python apps do not have the redirect_uri needed by broker. # MSAL Python uses a subset of API from PyMsalRuntime 0.13.0+, # 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) - pymsalruntime>=0.13.2,<0.15; python_version>='3.6' and platform_system=='Windows' + pymsalruntime>=0.13.2,<0.17; python_version>='3.6' and platform_system=='Windows' [options.packages.find] exclude =