Skip to content

Commit 67169aa

Browse files
committed
Anticipate a PyMsalRuntime 0.17.0 release soon
1 parent 66e9c43 commit 67169aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
6870
exclude =

0 commit comments

Comments
 (0)