Skip to content

Commit deab1f6

Browse files
committed
bump version
1 parent 7c6e592 commit deab1f6

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.chronus/changes/python-enumMemberTypesMap-2026-0-29-16-11-6.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/http-client-python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log - @typespec/http-client-python
22

3+
## 0.26.2
4+
5+
### Bug Fixes
6+
7+
- [#9517](https://github.com/microsoft/typespec/pull/9517) Properly cache enum values
8+
9+
310
## 0.26.1
411

512
### Bug Fixes

packages/http-client-python/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/http-client-python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typespec/http-client-python",
3-
"version": "0.26.1",
3+
"version": "0.26.2",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://typespec.io",
@@ -94,7 +94,7 @@
9494
"@typespec/sse": "~0.78.0",
9595
"@typespec/streams": "~0.78.0",
9696
"@typespec/xml": "~0.78.0",
97-
"@typespec/http-specs": "0.1.0-alpha.32-dev.1",
97+
"@typespec/http-specs": "0.1.0-alpha.31",
9898
"@types/js-yaml": "~4.0.5",
9999
"@types/node": "~24.1.0",
100100
"@types/semver": "7.5.8",

0 commit comments

Comments
 (0)