From f3d7e2874ea32f47f59fb07ecdb92324a6a2b549 Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Thu, 25 Jul 2024 12:34:56 -0700 Subject: [PATCH] Anticipate a PyMsalRuntime 0.17.0 release soon --- setup.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 53e55e83..33ec3f06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,9 +60,11 @@ broker = # The broker is defined as optional dependency, # so that downstream apps can opt in. The opt-in is needed, partially because # most existing MSAL Python apps do not have the redirect_uri needed by broker. + # # We need pymsalruntime.CallbackData introduced in PyMsalRuntime 0.14 - pymsalruntime>=0.14,<0.17; python_version>='3.6' and platform_system=='Windows' - pymsalruntime>=0.14,<0.17; python_version>='3.8' and platform_system=='Darwin' + pymsalruntime>=0.14,<0.18; python_version>='3.6' and platform_system=='Windows' + # On Mac, PyMsalRuntime 0.17+ is expected to support SSH cert and ROPC + pymsalruntime>=0.17,<0.18; python_version>='3.8' and platform_system=='Darwin' [options.packages.find] exclude =