Skip to content

Commit ce6192e

Browse files
authored
upgrade autorest.python (#42270)
1 parent a59803c commit ce6192e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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.10.2",
5-
"use": ["@autorest/python@6.35.0", "@autorest/[email protected]"],
5+
"use": ["@autorest/python@6.37.1", "@autorest/[email protected]"],
66
"python": "",
77
"sdkrel:python-sdks-folder": "./sdk/.",
88
"version-tolerant": false,

swagger_to_sdk_config_dpg.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.10.2",
5-
"use": ["@autorest/python@6.35.0", "@autorest/[email protected]"]
5+
"use": ["@autorest/python@6.37.1", "@autorest/[email protected]"]
66
},
77
"advanced_options": {
88
"create_sdk_pull_requests": true,

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"Programming Language :: Python :: 3.10",
5858
"Programming Language :: Python :: 3.11",
5959
"Programming Language :: Python :: 3.12",
60+
"Programming Language :: Python :: 3.13",
6061
"License :: OSI Approved :: MIT License",
6162
],
6263
zip_safe=False,
@@ -84,10 +85,10 @@
8485
{%- endif %}
8586
"azure-common>=1.1",
8687
{%- if need_azurecore %}
87-
"azure-core>=1.24.0",
88+
"azure-core>=1.35.0",
8889
{%- endif %}
8990
{%- if need_azuremgmtcore %}
90-
"azure-mgmt-core>=1.5.0",
91+
"azure-mgmt-core>=1.6.0",
9192
{%- endif %}
9293
],
9394
python_requires=">=3.9",

0 commit comments

Comments
 (0)