We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4449d commit e3248deCopy full SHA for e3248de
1 file changed
tools/azure-sdk-tools/packaging_tools/templates/setup.py
@@ -77,10 +77,10 @@
77
{%- endif %}
78
'azure-common~=1.1',
79
{%- if need_azurecore %}
80
- 'azure-core>=1.6.0,<2.0.0',
+ 'azure-core>=1.23.0,<2.0.0',
81
82
{%- if need_azuremgmtcore %}
83
- 'azure-mgmt-core>=1.3.0,<2.0.0',
+ 'azure-mgmt-core>=1.3.1,<2.0.0',
84
85
],
86
python_requires=">=3.6"
0 commit comments