Skip to content

Commit c312309

Browse files
authored
update http-client-python dependency (#4676)
1 parent 3984f47 commit c312309

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/typespec-python/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Make sure to run the following commands:
2020

2121
## Release Process
2222

23-
The branded Python emitter (`@azure-tools/typespec-python`) wraps the unbranded emitter (`@typespec/http-client-python`). There is no separate release of the branded emitter; instead, the release process involves updating the dependency on the unbranded emitter.
23+
The branded Python emitter (`@azure-tools/typespec-python`) wraps the unbranded emitter (`@typespec/http-client-python`). There is no separate release of the branded emitter, unless there is a breaking change or the highest version value changes (ie. 0.3.0 -> 0.4.0 or 1.0.0 to 2.0.0); instead, the release process involves updating the dependency on the unbranded emitter.
2424

2525
For the unbranded emitter release process, see the [http-client-python CONTRIBUTING.md](https://github.com/microsoft/typespec/blob/main/packages/http-client-python/CONTRIBUTING.md#release-process).
2626

pnpm-lock.yaml

Lines changed: 8 additions & 8 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
@@ -95,7 +95,7 @@ catalog:
9595
"@typescript-eslint/rule-tester": ^8.58.1
9696
"@typescript-eslint/types": ^8.58.1
9797
"@typescript-eslint/utils": ^8.58.1
98-
"@typespec/http-client-python": ^0.32.0
98+
"@typespec/http-client-python": "^0.33.0"
9999
"@typespec/ts-http-runtime": "0.3.5"
100100
"@vitejs/plugin-react": ^6.0.1
101101
"@vitest/coverage-v8": ^4.1.3

0 commit comments

Comments
 (0)