diff --git a/src/README.rst b/src/README.rst index 4f3a6a30..3c724629 100644 --- a/src/README.rst +++ b/src/README.rst @@ -20,6 +20,10 @@ Unreleased ---------- - Placeholder text +8.0.0 +---------- +- Update imports for Service fabric runtime version 6.5 (#195) + 7.1.0 ---------- - Increase default timeout of application upload to 300 seconds, and allow upload timeouts to be configurable. The new timeout will be an overall operation timeout for all uploads, rather than individual operation timeouts of 60 seconds as existed before. Improvements to help text (#131) diff --git a/src/setup.py b/src/setup.py index 1fd6367e..09971a08 100644 --- a/src/setup.py +++ b/src/setup.py @@ -45,7 +45,7 @@ def read(fname): ], install_requires=[ 'knack==0.5.2', - 'msrest>=0.4.26', + 'msrest>=0.5.0', 'msrestazure', 'requests', 'azure-servicefabric==6.5.0.0',