Skip to content

Commit

Permalink
fix deserialization vendored msrest code (#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed Jun 21, 2024
1 parent 051344d commit b0b6c2d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.

This file was deleted.

7 changes: 7 additions & 0 deletions packages/autorest.python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release

## 6.14.3

### Bug Fixes

- [#2649](https://github.com/Azure/autorest.python/pull/2649) fix deserialization from vendored msrest code for text plain responses


## 6.14.2

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/autorest.python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/python",
"version": "6.14.2",
"version": "6.14.3",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"prepare": "node run-python3.js prepare.py",
Expand Down
7 changes: 7 additions & 0 deletions packages/typespec-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release

## 0.24.3

### Bug Fixes

- [#2649](https://github.com/Azure/autorest.python/pull/2649) fix deserialization from vendored msrest code for text plain responses


## 0.24.2

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.24.2",
"version": "0.24.3",
"author": "Microsoft Corporation",
"description": "TypeSpec emitter for Python SDKs",
"homepage": "https://github.com/Azure/autorest.python",
Expand Down

0 comments on commit b0b6c2d

Please sign in to comment.