Skip to content

Commit dc2c811

Browse files
authored
[pipeline]Upgrade autorest.python to 5.6.2 (#17623)
* upgrade autorest.python to 5.6.2 * fix
1 parent e4ed55f commit dc2c811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swagger_to_sdk_config_autorest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"meta": {
33
"autorest_options": {
44
"version": "3.0.6369",
5-
"use": "@autorest/python@5.4.3",
5+
"use": "@autorest/python@5.6.2",
66
"python": "",
77
"python-mode": "update",
88
"sdkrel:python-sdks-folder": "./sdk/.",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
{%- endfor %}
8383
]),
8484
install_requires=[
85-
'msrest>=0.5.0',
85+
'msrest>=0.6.21',
8686
{%- if need_msrestazure %}
8787
'msrestazure>=0.4.32,<2.0.0',
8888
{%- endif %}

0 commit comments

Comments
 (0)