Skip to content

Commit 6c56c7e

Browse files
authored
Adopt MSAL Python 1.x.x
1 parent ffce101 commit 6c56c7e

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
@@ -17,7 +17,7 @@
1717
],
1818
package_data={'': ['LICENSE']},
1919
install_requires=[
20-
'msal>=0.4.1,<1.0.0',
20+
'msal>=0.4.1,<2.0.0',
2121
'portalocker~=1.0',
2222
],
2323
tests_require=['pytest'],

0 commit comments

Comments
 (0)