From 11fe0c6e49c46f2687451ce1082b92a585d21a65 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Fri, 15 Nov 2024 00:36:08 +0800 Subject: [PATCH] update version for autorest.python and typespec-python (#38534) --- eng/emitter-package-lock.json | 16 ++++++++-------- eng/emitter-package.json | 2 +- swagger_to_sdk_config_autorest.json | 2 +- swagger_to_sdk_config_dpg.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/emitter-package-lock.json b/eng/emitter-package-lock.json index 2a4f1685ba75..e63b097a6e9c 100644 --- a/eng/emitter-package-lock.json +++ b/eng/emitter-package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@azure-tools/typespec-python": "0.36.3" + "@azure-tools/typespec-python": "0.36.4" }, "devDependencies": { "@azure-tools/typespec-autorest": "~0.48.0", @@ -107,12 +107,12 @@ } }, "node_modules/@azure-tools/typespec-python": { - "version": "0.36.3", - "resolved": "https://registry.npmjs.org/@azure-tools/typespec-python/-/typespec-python-0.36.3.tgz", - "integrity": "sha512-5UoIvZ6QVUHx5jcJKkRqugtlvR83rU3/0TYXz+qZgNB3JLRz0Gjc9K3lfe2WdFLr7QDUh+nHgzU2gXO0CfmfKg==", + "version": "0.36.4", + "resolved": "https://registry.npmjs.org/@azure-tools/typespec-python/-/typespec-python-0.36.4.tgz", + "integrity": "sha512-O/piEm2wKJAkOPoFyW66zM6bLX2V+eRgSMUAUSkGiD1YsitTxFvDxYZGgLJyD2TMXnaW0hJzZd1pXL+lMKZC5Q==", "hasInstallScript": true, "dependencies": { - "@typespec/http-client-python": "~0.3.8", + "@typespec/http-client-python": "~0.3.9", "fs-extra": "~11.2.0", "js-yaml": "~4.1.0", "semver": "~7.6.2", @@ -617,9 +617,9 @@ } }, "node_modules/@typespec/http-client-python": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/@typespec/http-client-python/-/http-client-python-0.3.8.tgz", - "integrity": "sha512-FRuKMLmHIkt+ouyQXtO1pEn0vsJE8+Er1xgmr7nTbGRI19NN1pSD4M73QjPnnkpZzW/I7UI7r2xRGODZZoQ3mw==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@typespec/http-client-python/-/http-client-python-0.3.9.tgz", + "integrity": "sha512-EvnfKsZYE7riKvw9F+Ba7Ukrz84LJwyZBn6X3nCTZke/rzP1LYnBW7uY5Xg4EXdMWMxpqxnFoO35tfkkWWXqXQ==", "hasInstallScript": true, "dependencies": { "js-yaml": "~4.1.0", diff --git a/eng/emitter-package.json b/eng/emitter-package.json index be2260466060..cc835c331504 100644 --- a/eng/emitter-package.json +++ b/eng/emitter-package.json @@ -1,7 +1,7 @@ { "main": "dist/src/index.js", "dependencies": { - "@azure-tools/typespec-python": "0.36.3" + "@azure-tools/typespec-python": "0.36.4" }, "devDependencies": { "@azure-tools/typespec-autorest": "~0.48.0", diff --git a/swagger_to_sdk_config_autorest.json b/swagger_to_sdk_config_autorest.json index 1c379eb87d8a..5de979b1c1dd 100644 --- a/swagger_to_sdk_config_autorest.json +++ b/swagger_to_sdk_config_autorest.json @@ -2,7 +2,7 @@ "meta": { "autorest_options": { "version": "3.10.2", - "use": ["@autorest/python@6.19.0", "@autorest/modelerfour@4.27.0"], + "use": ["@autorest/python@6.26.4", "@autorest/modelerfour@4.27.0"], "python": "", "sdkrel:python-sdks-folder": "./sdk/.", "version-tolerant": false, diff --git a/swagger_to_sdk_config_dpg.json b/swagger_to_sdk_config_dpg.json index 98584b13fae0..0d95efa8475e 100644 --- a/swagger_to_sdk_config_dpg.json +++ b/swagger_to_sdk_config_dpg.json @@ -2,7 +2,7 @@ "meta": { "autorest_options": { "version": "3.10.2", - "use": ["@autorest/python@6.19.0", "@autorest/modelerfour@4.27.0"] + "use": ["@autorest/python@6.26.4", "@autorest/modelerfour@4.27.0"] }, "advanced_options": { "create_sdk_pull_requests": true,