diff --git a/.chronus/changes/python-upgradeCore-2025-11-19-14-42-51.md b/.chronus/changes/python-upgradeCore-2025-11-19-14-42-51.md deleted file mode 100644 index 5e4df77cff7..00000000000 --- a/.chronus/changes/python-upgradeCore-2025-11-19-14-42-51.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: dependencies -packages: - - "@typespec/http-client-python" ---- - -Bump generated code's dependency on `azure-core` to `1.37.0` \ No newline at end of file diff --git a/packages/http-client-python/CHANGELOG.md b/packages/http-client-python/CHANGELOG.md index 6a4898057f2..3d8e05a105f 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.23.2 + +### Bump dependencies + +- [#9245](https://github.com/microsoft/typespec/pull/9245) Bump generated code's dependency on `azure-core` to `1.37.0` + + ## 0.23.1 ### Bug Fixes diff --git a/packages/http-client-python/package.json b/packages/http-client-python/package.json index d28b560f2c2..f3576f0e70c 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.23.1", + "version": "0.23.2", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://typespec.io",