Skip to content

Commit 59c3000

Browse files
committed
Pick up latest PyMsalRuntime 0.14.x
1 parent 4f0e03d commit 59c3000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ broker =
6565
# most existing MSAL Python apps do not have the redirect_uri needed by broker.
6666
# MSAL Python uses a subset of API from PyMsalRuntime 0.13.0+,
6767
# but we still bump the lower bound to 0.13.2+ for its important bugfix (https://github.com/AzureAD/microsoft-authentication-library-for-cpp/pull/3244)
68-
pymsalruntime>=0.13.2,<0.14; python_version>='3.6' and platform_system=='Windows'
68+
pymsalruntime>=0.13.2,<0.15; python_version>='3.6' and platform_system=='Windows'
6969

7070
[options.packages.find]
7171
exclude =

0 commit comments

Comments
 (0)