Skip to content

Commit

Permalink
bump typespec-python 0.37.3 and autorest.python 6.27.3 (#39055)
Browse files Browse the repository at this point in the history
* bump codegen version

* update package.json
  • Loading branch information
msyyc authored Jan 7, 2025
1 parent 946d765 commit 75bfcab
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 28 deletions.
90 changes: 66 additions & 24 deletions eng/emitter-package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-python": "0.37.2"
"@azure-tools/typespec-python": "0.37.3"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "~0.49.0",
"@azure-tools/typespec-azure-core": "~0.49.0",
"@azure-tools/typespec-azure-resource-manager": "~0.49.0",
"@azure-tools/typespec-azure-rulesets": "~0.49.0",
"@azure-tools/typespec-client-generator-core": "~0.49.0",
"@azure-tools/typespec-client-generator-core": "~0.49.1",
"@typespec/compiler": "~0.63.0",
"@typespec/http": "~0.63.0",
"@typespec/openapi": "~0.63.0",
Expand Down
2 changes: 1 addition & 1 deletion swagger_to_sdk_config_autorest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"meta": {
"autorest_options": {
"version": "3.10.2",
"use": ["@autorest/python@6.27.2", "@autorest/modelerfour@4.27.0"],
"use": ["@autorest/python@6.27.3", "@autorest/modelerfour@4.27.0"],
"python": "",
"sdkrel:python-sdks-folder": "./sdk/.",
"version-tolerant": false,
Expand Down
2 changes: 1 addition & 1 deletion swagger_to_sdk_config_dpg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"meta": {
"autorest_options": {
"version": "3.10.2",
"use": ["@autorest/python@6.27.2", "@autorest/modelerfour@4.27.0"]
"use": ["@autorest/python@6.27.3", "@autorest/modelerfour@4.27.0"]
},
"advanced_options": {
"create_sdk_pull_requests": true,
Expand Down

0 comments on commit 75bfcab

Please sign in to comment.