Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/add-xml-datetime-put-test-2026-3-16-3-9-2.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/python-fix-paging-model-2026-2-24-7-24-1.md

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 9 additions & 0 deletions packages/http-client-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log - @typespec/http-client-python

## 0.28.1

### Bug Fixes

- [#10084](https://github.com/microsoft/typespec/pull/10084) Fix PermissionError when detecting package manager on WSL
- [#10105](https://github.com/microsoft/typespec/pull/10105) Remove `None` from "Known values" in `api_version` parameter docstring since the parameter is typed as `str` and `None` is not a valid API version value.
- [#10117](https://github.com/microsoft/typespec/pull/10117) Fix model usage which is referred both in request and response


## 0.28.0

### Features
Expand Down
36 changes: 18 additions & 18 deletions packages/http-client-python/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/http-client-python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/http-client-python",
"version": "0.28.0",
"version": "0.28.1",
"author": "Microsoft Corporation",
"description": "TypeSpec emitter for Python SDKs",
"homepage": "https://typespec.io",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@azure-tools/typespec-azure-core": ">=0.66.0 <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.2 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.66.3 <1.0.0",
"@typespec/compiler": "^1.10.0",
"@typespec/http": "^1.10.0",
"@typespec/openapi": "^1.10.0",
Expand All @@ -81,7 +81,7 @@
"@azure-tools/typespec-azure-core": "~0.66.0",
"@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.2",
"@azure-tools/typespec-client-generator-core": "~0.66.3",
"@azure-tools/azure-http-specs": "0.1.0-alpha.39-dev.4",
"@typespec/compiler": "^1.10.0",
"@typespec/http": "^1.10.0",
Expand All @@ -94,7 +94,7 @@
"@typespec/sse": "~0.80.0",
"@typespec/streams": "~0.80.0",
"@typespec/xml": "~0.80.0",
"@typespec/http-specs": "0.1.0-alpha.35-dev.4",
"@typespec/http-specs": "0.1.0-alpha.35",
"@types/js-yaml": "~4.0.5",
"@types/node": "~25.0.2",
"@types/semver": "7.5.8",
Expand Down
Loading