Skip to content

Commit 93dcc8e

Browse files
committed
Merge branch 'use-pymsalruntime-0.13.2' into dev
2 parents 405b4b8 + 0081f30 commit 93dcc8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@
9292
# The broker is defined as optional dependency,
9393
# so that downstream apps can opt in. The opt-in is needed, partially because
9494
# 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'",
9698
],
9799
},
98100
)

0 commit comments

Comments
 (0)