We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc58ae commit 1f031e8Copy full SHA for 1f031e8
setup.py
@@ -91,7 +91,7 @@
91
# The broker is defined as optional dependency,
92
# so that downstream apps can opt in. The opt-in is needed, partially because
93
# 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'",
+ "pymsalruntime>=0.8.1,<0.10;python_version>='3.6' and platform_system=='Windows'",
95
],
96
},
97
)
0 commit comments