Skip to content

Commit 11fe0c6

Browse files
authored
update version for autorest.python and typespec-python (Azure#38534)
1 parent 9ebd895 commit 11fe0c6

4 files changed

+11
-11
lines changed

eng/emitter-package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/emitter-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-python": "0.36.3"
4+
"@azure-tools/typespec-python": "0.36.4"
55
},
66
"devDependencies": {
77
"@azure-tools/typespec-autorest": "~0.48.0",

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

0 commit comments

Comments
 (0)