Skip to content

Commit fa4b6ea

Browse files
authored
bump typespec-python 0.49.0 (#42781)
* bump typespec-python to 0.49.0 * Update swagger_to_sdk_config_autorest.json * Update Autorest Python version to 6.39.0
1 parent 6d5dda8 commit fa4b6ea

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

eng/emitter-package-lock.json

Lines changed: 23 additions & 23 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
"name": "dist/src/index.js",
33
"dependencies": {
4-
"@azure-tools/typespec-python": "0.48.2"
4+
"@azure-tools/typespec-python": "0.49.0"
55
},
66
"devDependencies": {
77
"@typespec/compiler": "^1.3.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.38.2", "@autorest/[email protected]"],
5+
"use": ["@autorest/python@6.39.0", "@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.38.2", "@autorest/[email protected]"]
5+
"use": ["@autorest/python@6.39.0", "@autorest/[email protected]"]
66
},
77
"advanced_options": {
88
"create_sdk_pull_requests": true,

0 commit comments

Comments
 (0)