From 0cdd94dc35bd81c9719844385247ec0bf0331560 Mon Sep 17 00:00:00 2001 From: Dharshan BJ Date: Mon, 13 Oct 2025 17:15:23 -0700 Subject: [PATCH] Update pymsalruntime version range to handle the latest 0.20.0 release --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 373524f0..8fbf015f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,11 +62,11 @@ broker = # 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.19; python_version>='3.6' and platform_system=='Windows' + pymsalruntime>=0.14,<0.21; python_version>='3.8' and platform_system=='Windows' # On Mac, PyMsalRuntime 0.17+ is expected to support SSH cert and ROPC - pymsalruntime>=0.17,<0.19; python_version>='3.8' and platform_system=='Darwin' + pymsalruntime>=0.17,<0.21; python_version>='3.8' and platform_system=='Darwin' # PyMsalRuntime 0.18+ is expected to support broker on Linux - pymsalruntime>=0.18,<0.19; python_version>='3.8' and platform_system=='Linux' + pymsalruntime>=0.18,<0.21; python_version>='3.8' and platform_system=='Linux' [options.packages.find] exclude =