From 8c0ce8389403dc042c9f22baa8ece6b6a7e6a603 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Fri, 27 Mar 2026 12:55:41 +0800 Subject: [PATCH] bump version --- ...deserializeXmlImport-2026-2-26-15-16-52.md | 7 ------ packages/http-client-python/CHANGELOG.md | 7 ++++++ packages/http-client-python/package-lock.json | 22 +++++++++---------- packages/http-client-python/package.json | 10 ++++----- 4 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 .chronus/changes/python-deserializeXmlImport-2026-2-26-15-16-52.md diff --git a/.chronus/changes/python-deserializeXmlImport-2026-2-26-15-16-52.md b/.chronus/changes/python-deserializeXmlImport-2026-2-26-15-16-52.md deleted file mode 100644 index edd02db8ca0..00000000000 --- a/.chronus/changes/python-deserializeXmlImport-2026-2-26-15-16-52.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@typespec/http-client-python" ---- - -Fix import of `_deserialize` in mix of xml and non-xml models \ No newline at end of file diff --git a/packages/http-client-python/CHANGELOG.md b/packages/http-client-python/CHANGELOG.md index 2f919deeba1..561589fd67e 100644 --- a/packages/http-client-python/CHANGELOG.md +++ b/packages/http-client-python/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @typespec/http-client-python +## 0.28.2 + +### Bug Fixes + +- [#10167](https://github.com/microsoft/typespec/pull/10167) Fix import of `_deserialize` in mix of xml and non-xml models + + ## 0.28.1 ### Bug Fixes diff --git a/packages/http-client-python/package-lock.json b/packages/http-client-python/package-lock.json index dd2381c12d3..3c25390fd9f 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.1", + "version": "0.28.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@typespec/http-client-python", - "version": "0.28.1", + "version": "0.28.2", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -18,8 +18,8 @@ }, "devDependencies": { "@azure-tools/azure-http-specs": "0.1.0-alpha.39-dev.4", - "@azure-tools/typespec-autorest": "~0.66.0", - "@azure-tools/typespec-azure-core": "~0.66.0", + "@azure-tools/typespec-autorest": "~0.66.1", + "@azure-tools/typespec-azure-core": "~0.66.1", "@azure-tools/typespec-azure-resource-manager": "~0.66.0", "@azure-tools/typespec-azure-rulesets": "~0.66.0", "@azure-tools/typespec-client-generator-core": "~0.66.4", @@ -49,8 +49,8 @@ "node": ">=20.0.0" }, "peerDependencies": { - "@azure-tools/typespec-autorest": ">=0.66.0 <1.0.0", - "@azure-tools/typespec-azure-core": ">=0.66.0 <1.0.0", + "@azure-tools/typespec-autorest": ">=0.66.1 <1.0.0", + "@azure-tools/typespec-azure-core": ">=0.66.1 <1.0.0", "@azure-tools/typespec-azure-resource-manager": ">=0.66.0 <1.0.0", "@azure-tools/typespec-azure-rulesets": ">=0.66.0 <1.0.0", "@azure-tools/typespec-client-generator-core": ">=0.66.4 <1.0.0", @@ -88,18 +88,18 @@ } }, "node_modules/@azure-tools/typespec-autorest": { - "version": "0.66.0", - "resolved": "https://registry.npmjs.org/@azure-tools/typespec-autorest/-/typespec-autorest-0.66.0.tgz", - "integrity": "sha512-sznnlQ2Cyxny7bXSl+PzGu+qQf/rrSIvf2qR7G/bqWbK6MNykXwiDk9uR5q93Y8spA9vv4jk38Il4rSXqmAzLQ==", + "version": "0.66.1", + "resolved": "https://registry.npmjs.org/@azure-tools/typespec-autorest/-/typespec-autorest-0.66.1.tgz", + "integrity": "sha512-9R2S9hr1nie5lvJQnubvywPajOhdUApTED5MIef5KlF1zZL+DKMFDDOKwnSvFvW7ROmL+Ph8FQagw/6+PStlOg==", "dev": true, "license": "MIT", "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@azure-tools/typespec-azure-core": "^0.66.0", + "@azure-tools/typespec-azure-core": "^0.66.1", "@azure-tools/typespec-azure-resource-manager": "^0.66.0", - "@azure-tools/typespec-client-generator-core": "^0.66.0", + "@azure-tools/typespec-client-generator-core": "^0.66.4", "@typespec/compiler": "^1.10.0", "@typespec/http": "^1.10.0", "@typespec/openapi": "^1.10.0", diff --git a/packages/http-client-python/package.json b/packages/http-client-python/package.json index b80753b13ac..75f709d16dc 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.1", + "version": "0.28.2", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://typespec.io", @@ -54,8 +54,8 @@ "emitter" ], "peerDependencies": { - "@azure-tools/typespec-autorest": ">=0.66.0 <1.0.0", - "@azure-tools/typespec-azure-core": ">=0.66.0 <1.0.0", + "@azure-tools/typespec-autorest": ">=0.66.1 <1.0.0", + "@azure-tools/typespec-azure-core": ">=0.66.1 <1.0.0", "@azure-tools/typespec-azure-resource-manager": ">=0.66.0 <1.0.0", "@azure-tools/typespec-azure-rulesets": ">=0.66.0 <1.0.0", "@azure-tools/typespec-client-generator-core": ">=0.66.4 <1.0.0", @@ -77,8 +77,8 @@ "tsx": "^4.21.0" }, "devDependencies": { - "@azure-tools/typespec-autorest": "~0.66.0", - "@azure-tools/typespec-azure-core": "~0.66.0", + "@azure-tools/typespec-autorest": "~0.66.1", + "@azure-tools/typespec-azure-core": "~0.66.1", "@azure-tools/typespec-azure-resource-manager": "~0.66.0", "@azure-tools/typespec-azure-rulesets": "~0.66.0", "@azure-tools/typespec-client-generator-core": "~0.66.4",