diff --git a/sdk/containerregistry/azure-mgmt-containerregistry/MANIFEST.in b/sdk/containerregistry/azure-mgmt-containerregistry/MANIFEST.in index e4fd1eaab7a4..2544a92f8cfd 100644 --- a/sdk/containerregistry/azure-mgmt-containerregistry/MANIFEST.in +++ b/sdk/containerregistry/azure-mgmt-containerregistry/MANIFEST.in @@ -1,5 +1,5 @@ include _meta.json -recursive-include tests *.py *.yaml +recursive-include tests *.py *.json include *.md include azure/__init__.py include azure/mgmt/__init__.py diff --git a/sdk/containerregistry/azure-mgmt-containerregistry/README.md b/sdk/containerregistry/azure-mgmt-containerregistry/README.md index 29250bb25084..1077342de0f1 100644 --- a/sdk/containerregistry/azure-mgmt-containerregistry/README.md +++ b/sdk/containerregistry/azure-mgmt-containerregistry/README.md @@ -1,7 +1,7 @@ # Microsoft Azure SDK for Python This is the Microsoft Azure Container Registry Client Library. -This package has been tested with Python 3.6+. +This package has been tested with Python 3.7+. For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). ## _Disclaimer_ diff --git a/sdk/containerregistry/azure-mgmt-containerregistry/setup.py b/sdk/containerregistry/azure-mgmt-containerregistry/setup.py index 1d754301e8bc..95766c4ca93b 100644 --- a/sdk/containerregistry/azure-mgmt-containerregistry/setup.py +++ b/sdk/containerregistry/azure-mgmt-containerregistry/setup.py @@ -51,7 +51,6 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', @@ -70,9 +69,9 @@ 'pytyped': ['py.typed'], }, install_requires=[ - 'msrest>=0.6.21', + 'msrest>=0.7.1', 'azure-common~=1.1', - 'azure-mgmt-core>=1.3.0,<2.0.0', + 'azure-mgmt-core>=1.3.2,<2.0.0', ], - python_requires=">=3.6" + python_requires=">=3.7" ) diff --git a/shared_requirements.txt b/shared_requirements.txt index 442be2f339ee..f13f76a581c7 100644 --- a/shared_requirements.txt +++ b/shared_requirements.txt @@ -263,6 +263,8 @@ opentelemetry-sdk<2.0.0,>=1.5.0,!=1.10a0 #override azure-mgmt-iothub msrest>=0.6.21 #override azure-mgmt-resource msrest>=0.6.21 #override azure-mgmt-containerservice msrest>=0.6.21 +#override azure-mgmt-containerregistry msrest>=0.7.1 +#override azure-mgmt-containerregistry azure-mgmt-core>=1.3.2,<2.0.0 #override azure-mgmt-storage msrest>=0.6.21 #override azure-mgmt-batch msrest>=0.6.21 #override azure-mgmt-appconfiguration msrest>=0.6.21