Skip to content

Commit

Permalink
bump 0.27.0 for python SDK generation pipeline (Azure#36624)
Browse files Browse the repository at this point in the history
* bump 0.27.0

* update
  • Loading branch information
msyyc authored and l0lawrence committed Feb 18, 2025
1 parent d4b0837 commit 5e8eaf4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions eng/emitter-package-lock.json

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

2 changes: 1 addition & 1 deletion eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-python": "0.26.0"
"@azure-tools/typespec-python": "0.27.0"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "~0.44.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.15.0", "@autorest/[email protected]"],
"use": ["@autorest/python@6.17.0", "@autorest/[email protected]"],
"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.13.19", "@autorest/[email protected]"]
"use": ["@autorest/python@6.17.0", "@autorest/[email protected]"]
},
"advanced_options": {
"create_sdk_pull_requests": true,
Expand Down

0 comments on commit 5e8eaf4

Please sign in to comment.