We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789342c commit a044c32Copy full SHA for a044c32
msal/broker.py
@@ -24,7 +24,7 @@
24
# PyMsalRuntime currently supports these Windows versions, listed in this MSFT internal link
25
# https://github.com/AzureAD/microsoft-authentication-library-for-cpp/pull/2406/files
26
raise ImportError( # TODO: Remove or adjust this line right before merging this PR
27
- 'You need to install dependency by: pip install "msal[broker]>=1.20.0b1,<2"')
+ 'You need to install dependency by: pip install "msal[broker]>=1.20,<2"')
28
# It could throw RuntimeError when running on ancient versions of Windows
29
30
0 commit comments