Skip to content

Commit 5d6a117

Browse files
authored
bump http-client-python 0.29.1 for typespec-python (#4418)
@timotheeguerin I notice you released `typespec-python@0.62.0` for latest tsp version but its dependency `http-client-python@0.28.3` depends on older tsp version. I worry about the mismatch so create this PR to bump a new version with `http-client-python@0.29.1` which also depends on latest tsp version. CC @iscai-msft
1 parent d6af820 commit 5d6a117

5 files changed

Lines changed: 30 additions & 31 deletions

File tree

.chronus/changes/bump-http-client-python-catalog-2026-05-12-12-44-33.md

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

packages/typespec-python/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release
22

3+
## 0.62.1
4+
5+
### Bump dependencies
6+
7+
- [#4418](https://github.com/Azure/typespec-azure/pull/4418) Bump @typespec/http-client-python to 0.29.1
8+
39
## 0.62.0
410

511
### Features

packages/typespec-python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-python",
3-
"version": "0.62.0",
3+
"version": "0.62.1",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://azure.github.io/typespec-azure",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ catalog:
8686
"@typescript-eslint/rule-tester": ^8.58.1
8787
"@typescript-eslint/types": ^8.58.1
8888
"@typescript-eslint/utils": ^8.58.1
89-
"@typespec/http-client-python": ^0.29.0
89+
"@typespec/http-client-python": ^0.29.1
9090
"@typespec/ts-http-runtime": "0.3.4"
9191
"@vitejs/plugin-react": ^6.0.1
9292
"@vitest/coverage-v8": ^4.1.3

0 commit comments

Comments
 (0)