Skip to content

Commit e3248de

Browse files
authored
Update setup.py (#24832)
1 parent ff4449d commit e3248de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tools/azure-sdk-tools/packaging_tools/templates

tools/azure-sdk-tools/packaging_tools/templates/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
{%- endif %}
7878
'azure-common~=1.1',
7979
{%- if need_azurecore %}
80-
'azure-core>=1.6.0,<2.0.0',
80+
'azure-core>=1.23.0,<2.0.0',
8181
{%- endif %}
8282
{%- if need_azuremgmtcore %}
83-
'azure-mgmt-core>=1.3.0,<2.0.0',
83+
'azure-mgmt-core>=1.3.1,<2.0.0',
8484
{%- endif %}
8585
],
8686
python_requires=">=3.6"

0 commit comments

Comments
 (0)