Skip to content

Commit a044c32

Browse files
authored
Update installation instruction
1 parent 789342c commit a044c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# PyMsalRuntime currently supports these Windows versions, listed in this MSFT internal link
2525
# https://github.com/AzureAD/microsoft-authentication-library-for-cpp/pull/2406/files
2626
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"')
27+
'You need to install dependency by: pip install "msal[broker]>=1.20,<2"')
2828
# It could throw RuntimeError when running on ancient versions of Windows
2929

3030

0 commit comments

Comments
 (0)