Skip to content

Commit 75bfcab

Browse files
authored
bump typespec-python 0.37.3 and autorest.python 6.27.3 (Azure#39055)
* bump codegen version * update package.json
1 parent 946d765 commit 75bfcab

File tree

4 files changed

+70
-28
lines changed

4 files changed

+70
-28
lines changed

eng/emitter-package-lock.json

Lines changed: 66 additions & 24 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"main": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-python": "0.37.2"
4+
"@azure-tools/typespec-python": "0.37.3"
55
},
66
"devDependencies": {
77
"@azure-tools/typespec-autorest": "~0.49.0",
88
"@azure-tools/typespec-azure-core": "~0.49.0",
99
"@azure-tools/typespec-azure-resource-manager": "~0.49.0",
1010
"@azure-tools/typespec-azure-rulesets": "~0.49.0",
11-
"@azure-tools/typespec-client-generator-core": "~0.49.0",
11+
"@azure-tools/typespec-client-generator-core": "~0.49.1",
1212
"@typespec/compiler": "~0.63.0",
1313
"@typespec/http": "~0.63.0",
1414
"@typespec/openapi": "~0.63.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/[email protected].2", "@autorest/[email protected]"],
5+
"use": ["@autorest/[email protected].3", "@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/[email protected].2", "@autorest/[email protected]"]
5+
"use": ["@autorest/[email protected].3", "@autorest/[email protected]"]
66
},
77
"advanced_options": {
88
"create_sdk_pull_requests": true,

0 commit comments

Comments
 (0)