Skip to content

Commit 65cb175

Browse files
committed
update msrest version and release status in setup.py
1 parent 4c4e86e commit 65cb175

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

azure-keyvault/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
author_email='[email protected]',
6565
url='https://github.com/Azure/azure-sdk-for-python',
6666
classifiers=[
67-
'Development Status :: 4 - Beta',
67+
'Development Status :: 5 - Production/Stable',
6868
'Programming Language :: Python',
6969
'Programming Language :: Python :: 2',
7070
'Programming Language :: Python :: 2.7',
@@ -77,7 +77,8 @@
7777
zip_safe=False,
7878
packages=find_packages(exclude=["tests"]),
7979
install_requires=[
80-
'msrestazure>=0.4.27,<2.0.0',
80+
'msrest>=0.5.0',
81+
'msrestazure>=0.4.32,<2.0.0',
8182
'azure-common~=1.1',
8283
'cryptography>=2.1.4',
8384
'requests>=2.18.4'

azure-mgmt-keyvault/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
author_email='[email protected]',
6565
url='https://github.com/Azure/azure-sdk-for-python',
6666
classifiers=[
67-
'Development Status :: 4 - Beta',
67+
'Development Status :: 5 - Production/Stable',
6868
'Programming Language :: Python',
6969
'Programming Language :: Python :: 2',
7070
'Programming Language :: Python :: 2.7',
@@ -77,7 +77,8 @@
7777
zip_safe=False,
7878
packages=find_packages(exclude=["tests"]),
7979
install_requires=[
80-
'msrestazure>=0.4.27,<2.0.0',
80+
'msrest>=0.5.0',
81+
'msrestazure>=0.4.32,<2.0.0',
8182
'azure-common~=1.1',
8283
],
8384
cmdclass=cmdclass

0 commit comments

Comments
 (0)