diff --git a/.chronus/changes/python-enumMemberTypesMap-2026-0-29-16-11-6.md b/.chronus/changes/python-enumMemberTypesMap-2026-0-29-16-11-6.md deleted file mode 100644 index 1ef4ca34f3e..00000000000 --- a/.chronus/changes/python-enumMemberTypesMap-2026-0-29-16-11-6.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@typespec/http-client-python" ---- - -Properly cache enum values \ No newline at end of file diff --git a/packages/http-client-python/CHANGELOG.md b/packages/http-client-python/CHANGELOG.md index d6d998170b9..3dd20be9332 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.26.2 + +### Bug Fixes + +- [#9517](https://github.com/microsoft/typespec/pull/9517) Properly cache enum values + + ## 0.26.1 ### Bug Fixes diff --git a/packages/http-client-python/package-lock.json b/packages/http-client-python/package-lock.json index dfa63088f65..ac5e9d4a5f4 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.26.1", + "version": "0.26.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@typespec/http-client-python", - "version": "0.26.1", + "version": "0.26.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/packages/http-client-python/package.json b/packages/http-client-python/package.json index b5c947892b1..2a8d90e731f 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.26.1", + "version": "0.26.2", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://typespec.io",