You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ broker =
65
65
# most existing MSAL Python apps do not have the redirect_uri needed by broker.
66
66
# MSAL Python uses a subset of API from PyMsalRuntime 0.13.0+,
67
67
# 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)
68
-
pymsalruntime>=0.13.2,<0.14; python_version>='3.6' and platform_system=='Windows'
68
+
pymsalruntime>=0.13.2,<0.15; python_version>='3.6' and platform_system=='Windows'
0 commit comments