From 03e96998d156d04efab1780e3241248bf679e969 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 8 Apr 2026 11:37:29 +0800 Subject: [PATCH 1/4] bump version --- packages/http-client-python/package-lock.json | 4 ++-- packages/http-client-python/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/http-client-python/package-lock.json b/packages/http-client-python/package-lock.json index 09734211797..aebf03e7d98 100644 --- a/packages/http-client-python/package-lock.json +++ b/packages/http-client-python/package-lock.json @@ -1,12 +1,12 @@ { "name": "@typespec/http-client-python", - "version": "0.28.2", + "version": "0.28.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@typespec/http-client-python", - "version": "0.28.2", + "version": "0.28.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/packages/http-client-python/package.json b/packages/http-client-python/package.json index 3a229227336..fd6aa2326d3 100644 --- a/packages/http-client-python/package.json +++ b/packages/http-client-python/package.json @@ -1,6 +1,6 @@ { "name": "@typespec/http-client-python", - "version": "0.28.2", + "version": "0.28.3", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://typespec.io", From 07021ceb6718bf214a505daa8b0516a9c47da8f6 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 8 Apr 2026 11:38:34 +0800 Subject: [PATCH 2/4] add changelog --- .../publish-python-release-new-2026-3-8-11-38-23.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .chronus/changes/publish-python-release-new-2026-3-8-11-38-23.md diff --git a/.chronus/changes/publish-python-release-new-2026-3-8-11-38-23.md b/.chronus/changes/publish-python-release-new-2026-3-8-11-38-23.md new file mode 100644 index 00000000000..a4fa1948e11 --- /dev/null +++ b/.chronus/changes/publish-python-release-new-2026-3-8-11-38-23.md @@ -0,0 +1,7 @@ +--- +changeKind: dependencies +packages: + - "@typespec/http-client-python" +--- + +Bump @typespec/* 1.1.0 and @azure-tools/* 0.67.0 \ No newline at end of file From c093102975cbb10ff5429211b69523e3ebc1d915 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 8 Apr 2026 11:40:29 +0800 Subject: [PATCH 3/4] delete changelog --- .../publish-python-release-new-2026-3-8-11-38-23.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .chronus/changes/publish-python-release-new-2026-3-8-11-38-23.md diff --git a/.chronus/changes/publish-python-release-new-2026-3-8-11-38-23.md b/.chronus/changes/publish-python-release-new-2026-3-8-11-38-23.md deleted file mode 100644 index a4fa1948e11..00000000000 --- a/.chronus/changes/publish-python-release-new-2026-3-8-11-38-23.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: dependencies -packages: - - "@typespec/http-client-python" ---- - -Bump @typespec/* 1.1.0 and @azure-tools/* 0.67.0 \ No newline at end of file From 5065353068044feab9ab47175ceebb4facc0dacb Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 8 Apr 2026 11:42:37 +0800 Subject: [PATCH 4/4] add CHANGELOG.md --- packages/http-client-python/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/http-client-python/CHANGELOG.md b/packages/http-client-python/CHANGELOG.md index 561589fd67e..a97751ffd64 100644 --- a/packages/http-client-python/CHANGELOG.md +++ b/packages/http-client-python/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log - @typespec/http-client-python +## 0.28.3 + +### Bump dependencies + +- [#10297](https://github.com/microsoft/typespec/pull/10297) Bump dependencies of `@typespec/*` and `@azure-tools/*` to latest versions + ## 0.28.2 ### Bug Fixes