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.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,9 @@
92
92
# The broker is defined as optional dependency,
93
93
# so that downstream apps can opt in. The opt-in is needed, partially because
94
94
# most existing MSAL Python apps do not have the redirect_uri needed by broker.
95
-
"pymsalruntime>=0.11.2,<0.14;python_version>='3.6' and platform_system=='Windows'",
95
+
# MSAL Python uses a subset of API from PyMsalRuntime 0.11.2+,
96
+
# 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)
97
+
"pymsalruntime>=0.13.2,<0.14;python_version>='3.6' and platform_system=='Windows'",
0 commit comments