Skip to content

Commit b73bfe8

Browse files
rlrossiterrayluo
authored andcommitted
Move required MSAL version to <1.0.0 (#32)
* Move required MSAL version to <1.0.0 * Keep floor on MSAL version
1 parent 5aa0ceb commit b73bfe8

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
@@ -16,7 +16,7 @@
1616
'Development Status :: 2 - Pre-Alpha',
1717
],
1818
install_requires=[
19-
'msal>=0.4.1,<0.6.0',
19+
'msal>=0.4.1,<1.0.0',
2020
'portalocker~=1.0',
2121
],
2222
tests_require=['pytest'],

0 commit comments

Comments
 (0)