Skip to content

Commit

Permalink
Update setup.py (#24832)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 authored Jun 15, 2022
1 parent ff4449d commit e3248de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/azure-sdk-tools/packaging_tools/templates/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
{%- endif %}
'azure-common~=1.1',
{%- if need_azurecore %}
'azure-core>=1.6.0,<2.0.0',
'azure-core>=1.23.0,<2.0.0',
{%- endif %}
{%- if need_azuremgmtcore %}
'azure-mgmt-core>=1.3.0,<2.0.0',
'azure-mgmt-core>=1.3.1,<2.0.0',
{%- endif %}
],
python_requires=">=3.6"
Expand Down

0 comments on commit e3248de

Please sign in to comment.