File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ broker =
6262 # most existing MSAL Python apps do not have the redirect_uri needed by broker.
6363 #
6464 # We need pymsalruntime.CallbackData introduced in PyMsalRuntime 0.14
65- pymsalruntime>=0.14,<0.19 ; python_version>='3.6 ' and platform_system=='Windows'
65+ pymsalruntime>=0.14,<0.21 ; python_version>='3.8 ' and platform_system=='Windows'
6666 # On Mac, PyMsalRuntime 0.17+ is expected to support SSH cert and ROPC
67- pymsalruntime>=0.17,<0.19 ; python_version>='3.8' and platform_system=='Darwin'
67+ pymsalruntime>=0.17,<0.21 ; python_version>='3.8' and platform_system=='Darwin'
6868 # PyMsalRuntime 0.18+ is expected to support broker on Linux
69- pymsalruntime>=0.18,<0.19 ; python_version>='3.8' and platform_system=='Linux'
69+ pymsalruntime>=0.18,<0.21 ; python_version>='3.8' and platform_system=='Linux'
7070
7171[options.packages.find]
7272exclude =
You can’t perform that action at this time.
0 commit comments