File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
26
26
27
27
# The __init__.py will import this. Not the other way around.
28
- __version__ = "1.20.0b1 " # When releasing, also check and bump our dependencies's versions if needed
28
+ __version__ = "1.20.0 " # When releasing, also check and bump our dependencies's versions if needed
29
29
30
30
logger = logging .getLogger (__name__ )
31
31
_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"
Original file line number Diff line number Diff line change 24
24
# PyMsalRuntime currently supports these Windows versions, listed in this MSFT internal link
25
25
# https://github.com/AzureAD/microsoft-authentication-library-for-cpp/pull/2406/files
26
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"' )
27
+ 'You need to install dependency by: pip install "msal[broker]>=1.20,<2"' )
28
28
# It could throw RuntimeError when running on ancient versions of Windows
29
29
30
30
You can’t perform that action at this time.
0 commit comments