Skip to content

Commit

Permalink
[Containerregistry] Update min dependence (Azure#25756)
Browse files Browse the repository at this point in the history
* Update README.md

* Packaging update of azure-mgmt-containerregistry

* Update shared_requirements.txt

Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
  • Loading branch information
BigCat20196 and AutorestCI authored Aug 18, 2022
1 parent 64f4963 commit afce452
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
7 changes: 3 additions & 4 deletions sdk/containerregistry/azure-mgmt-containerregistry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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"
)
2 changes: 2 additions & 0 deletions shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afce452

Please sign in to comment.