Skip to content

Commit

Permalink
Fix crash if no valid client define in typespec file (#2935)
Browse files Browse the repository at this point in the history
* Update dependencies (2024-11-27 03:40:25)

* update dependency

* changelog

* changelog

---------

Co-authored-by: AutoPrFromHttpClientPython <AutoPrFromHttpClientPython>
  • Loading branch information
msyyc authored Nov 27, 2024
1 parent 9da61ba commit 8a5b2b4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 11 deletions.
8 changes: 8 additions & 0 deletions packages/autorest.python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release

## 6.26.6

### Bug Fixes

- [#2935](https://github.com/Azure/autorest.python/pull/2935) Fix crash if no valid client define in typespec file
- [#2935](https://github.com/Azure/autorest.python/pull/2935) Pad special property name in model to avoid conflict


## 6.26.5

### Bump dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/autorest.python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/python",
"version": "6.26.5",
"version": "6.26.6",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"start": "node ./scripts/run-python3.js ./scripts/start.py",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/Azure/autorest.python/blob/main/README.md",
"dependencies": {
"@typespec/http-client-python": "~0.3.10",
"@typespec/http-client-python": "~0.3.11",
"@autorest/system-requirements": "~1.0.2",
"fs-extra": "~11.2.0",
"tsx": "~4.19.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/typespec-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release

## 0.36.6

### Bug Fixes

- [#2935](https://github.com/Azure/autorest.python/pull/2935) Fix crash if no valid client define in typespec file
- [#2935](https://github.com/Azure/autorest.python/pull/2935) Pad special property name in model to avoid conflict


## 0.36.5

### Bump dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/typespec-python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-python",
"version": "0.36.5",
"version": "0.36.6",
"author": "Microsoft Corporation",
"description": "TypeSpec emitter for Python SDKs",
"homepage": "https://github.com/Azure/autorest.python",
Expand Down Expand Up @@ -60,7 +60,7 @@
"js-yaml": "~4.1.0",
"semver": "~7.6.2",
"tsx": "~4.19.1",
"@typespec/http-client-python": "~0.3.10",
"@typespec/http-client-python": "~0.3.11",
"fs-extra": "~11.2.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 8a5b2b4

Please sign in to comment.