diff --git a/setup.cfg b/setup.cfg index d3b7e40d..2177d2c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,7 +65,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.14; python_version>='3.6' and platform_system=='Windows' + pymsalruntime>=0.13.2,<0.15; python_version>='3.6' and platform_system=='Windows' [options.packages.find] exclude =