Skip to content

Commit 651d54b

Browse files
fenggaCopilot
andauthored
Update pymsalruntime minimum version to 0.20.6 (#919)
Bump the minimum required version of pymsalruntime from 0.14/0.17/0.18 to 0.20.6 across all supported platforms (Windows, macOS, Linux). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 895b581 commit 651d54b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ broker =
6363
# most existing MSAL Python apps do not have the redirect_uri needed by broker.
6464
#
6565
# We need pymsalruntime.CallbackData introduced in PyMsalRuntime 0.14
66-
pymsalruntime>=0.14,<0.21; python_version>='3.8' and platform_system=='Windows'
66+
pymsalruntime>=0.20.6,<0.21; python_version>='3.8' and platform_system=='Windows'
6767
# On Mac, PyMsalRuntime 0.17+ is expected to support SSH cert and ROPC
68-
pymsalruntime>=0.17,<0.21; python_version>='3.8' and platform_system=='Darwin'
68+
pymsalruntime>=0.20.6,<0.21; python_version>='3.8' and platform_system=='Darwin'
6969
# PyMsalRuntime 0.18+ is expected to support broker on Linux
70-
pymsalruntime>=0.18,<0.21; python_version>='3.8' and platform_system=='Linux'
70+
pymsalruntime>=0.20.6,<0.21; python_version>='3.8' and platform_system=='Linux'
7171

7272
[options.packages.find]
7373
exclude =

0 commit comments

Comments
 (0)