From 6c1cddb92ed5090b85a37dc58fe1254dc932b1a9 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 24 Sep 2025 11:48:13 +0800 Subject: [PATCH 1/3] update dependency --- packages/autorest.python/package.json | 4 ++-- packages/typespec-python/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index 7ae3573cf31..0c3d65423d0 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.41.0", + "version": "6.41.1", "description": "The Python extension for generators in AutoRest.", "scripts": { "start": "node ./scripts/run-python3.js ./scripts/start.py", @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/Azure/autorest.python/blob/main/README.md", "dependencies": { - "@typespec/http-client-python": "~0.18.0", + "@typespec/http-client-python": "~0.18.1", "@autorest/system-requirements": "~1.0.2", "fs-extra": "~11.2.0", "tsx": "~4.19.1" diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index d05a3294541..d3f058d023c 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.51.1", + "version": "0.51.2", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python", @@ -67,7 +67,7 @@ "js-yaml": "~4.1.0", "semver": "~7.6.2", "tsx": "~4.19.1", - "@typespec/http-client-python": "~0.18.0", + "@typespec/http-client-python": "~0.18.1", "fs-extra": "~11.2.0" }, "devDependencies": { From 69cf05a7685a4ca4306d822165fb41782ad224af Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 24 Sep 2025 11:52:26 +0800 Subject: [PATCH 2/3] update dependency --- packages/autorest.python/CHANGELOG.md | 7 +++++++ packages/typespec-python/CHANGELOG.md | 6 ++++++ pnpm-lock.yaml | 22 +++++++++++----------- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index e967cdb99d0..1edf56c8caf 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -1,5 +1,12 @@ # Release +## 6.41.1 + +### Bug Fixes + +- [#3221](https://github.com/Azure/autorest.python/pull/3216) Bump dependency to fix install + + ## 6.41.0 ### Features diff --git a/packages/typespec-python/CHANGELOG.md b/packages/typespec-python/CHANGELOG.md index dbbf3fcc871..46b48c06f93 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,11 @@ # Release +## 0.51.2 + +### Bump dependencies + +- [#3221](https://github.com/Azure/autorest.python/pull/3221) Bump dependency to fix install + ## 0.51.1 ### Bump dependencies diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2706b922869..3fd9d058a4c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ~1.0.2 version: 1.0.2 '@typespec/http-client-python': - specifier: ~0.18.0 - version: 0.18.0(xd3x5iacuy73inmcnqmslujf7u) + specifier: ~0.18.1 + version: 0.18.1(xd3x5iacuy73inmcnqmslujf7u) fs-extra: specifier: ~11.2.0 version: 11.2.0 @@ -82,8 +82,8 @@ importers: packages/typespec-python: dependencies: '@typespec/http-client-python': - specifier: ~0.18.0 - version: 0.18.0(xd3x5iacuy73inmcnqmslujf7u) + specifier: ~0.18.1 + version: 0.18.1(xd3x5iacuy73inmcnqmslujf7u) fs-extra: specifier: ~11.2.0 version: 11.2.0 @@ -1677,14 +1677,14 @@ packages: peerDependencies: '@typespec/compiler': ^1.4.0 - '@typespec/http-client-python@0.18.0': - resolution: {integrity: sha512-SgXmVXX5tiZ4ftkJVGFyqm84f6RwwAL2W1pSEDqptyOWrz2mO9ZWGOgRRBJ4oWKpyAJocqmxAbim9WmVlWJdqg==} + '@typespec/http-client-python@0.18.1': + resolution: {integrity: sha512-OQlcc7M6pCsdq/FxrvbRkH3AOJKacxiTboUSbniHbZyXGhfrPvvnPganOncG0ttFT2RH1ueEitCdbuU537FPyw==} engines: {node: '>=20.0.0'} peerDependencies: - '@azure-tools/typespec-autorest': '>=0.60.2 <1.0.0' - '@azure-tools/typespec-azure-core': '>=0.60.2 <1.0.0' - '@azure-tools/typespec-azure-resource-manager': '>=0.60.2 <1.0.0' - '@azure-tools/typespec-azure-rulesets': '>=0.60.2 <1.0.0' + '@azure-tools/typespec-autorest': '>=0.60.0 <1.0.0' + '@azure-tools/typespec-azure-core': '>=0.60.0 <1.0.0' + '@azure-tools/typespec-azure-resource-manager': '>=0.60.0 <1.0.0' + '@azure-tools/typespec-azure-rulesets': '>=0.60.0 <1.0.0' '@azure-tools/typespec-client-generator-core': '>=0.60.2 <1.0.0' '@typespec/compiler': ^1.4.0 '@typespec/events': '>=0.74.0 <1.0.0' @@ -6459,7 +6459,7 @@ snapshots: dependencies: '@typespec/compiler': 1.4.0(@types/node@24.1.0) - '@typespec/http-client-python@0.18.0(xd3x5iacuy73inmcnqmslujf7u)': + '@typespec/http-client-python@0.18.1(xd3x5iacuy73inmcnqmslujf7u)': dependencies: '@azure-tools/typespec-autorest': 0.60.0(mpeik6lrosno7jd4tcgh2q5a2a) '@azure-tools/typespec-azure-core': 0.60.0(@typespec/compiler@1.4.0(@types/node@24.1.0))(@typespec/http@1.4.0(@typespec/compiler@1.4.0(@types/node@24.1.0))(@typespec/streams@0.74.0(@typespec/compiler@1.4.0(@types/node@24.1.0))))(@typespec/rest@0.74.0(@typespec/compiler@1.4.0(@types/node@24.1.0))(@typespec/http@1.4.0(@typespec/compiler@1.4.0(@types/node@24.1.0))(@typespec/streams@0.74.0(@typespec/compiler@1.4.0(@types/node@24.1.0))))) From 9626f4f9e356a69efa9f0b5630e5700d34d1638e Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 24 Sep 2025 11:52:59 +0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- packages/autorest.python/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index 1edf56c8caf..214b1d2af24 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -4,7 +4,7 @@ ### Bug Fixes -- [#3221](https://github.com/Azure/autorest.python/pull/3216) Bump dependency to fix install +- [#3221](https://github.com/Azure/autorest.python/pull/3221) Bump dependency to fix install ## 6.41.0