Skip to content

Commit 1f031e8

Browse files
committed
Tested with PyMsalPython 0.9
1 parent fcc58ae commit 1f031e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
# The broker is defined as optional dependency,
9292
# so that downstream apps can opt in. The opt-in is needed, partially because
9393
# most existing MSAL Python apps do not have the redirect_uri needed by broker.
94-
"pymsalruntime>=0.8.1,<0.9;python_version>='3.6' and platform_system=='Windows'",
94+
"pymsalruntime>=0.8.1,<0.10;python_version>='3.6' and platform_system=='Windows'",
9595
],
9696
},
9797
)

0 commit comments

Comments
 (0)