File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,11 @@ broker =
6060 # The broker is defined as optional dependency,
6161 # so that downstream apps can opt in. The opt-in is needed, partially because
6262 # most existing MSAL Python apps do not have the redirect_uri needed by broker.
63+ #
6364 # We need pymsalruntime.CallbackData introduced in PyMsalRuntime 0.14
64- pymsalruntime>=0.14,<0.17; python_version>='3.6' and platform_system=='Windows'
65- pymsalruntime>=0.14,<0.17; python_version>='3.8' and platform_system=='Darwin'
65+ pymsalruntime>=0.14,<0.18; python_version>='3.6' and platform_system=='Windows'
66+ # On Mac, PyMsalRuntime 0.17+ is expected to support SSH cert and ROPC
67+ pymsalruntime>=0.17,<0.18; python_version>='3.8' and platform_system=='Darwin'
6668
6769[options.packages.find]
6870exclude =
You can’t perform that action at this time.
0 commit comments