Skip to content

Commit 5644502

Browse files
committed
Fix for msrest 0.6.0 breaking change
1 parent e3ff1e4 commit 5644502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsts/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# http://pypi.python.org/pypi/setuptools
1717

1818
REQUIRES = [
19-
"msrest>=0.5.0"
19+
"msrest>=0.5.0,<0.6.0"
2020
]
2121

2222
CLASSIFIERS = [

0 commit comments

Comments
 (0)