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 2525
2626
2727# 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
2929
3030logger = logging .getLogger (__name__ )
3131_AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments