Skip to content

Commit

Permalink
bump autorest.python 6.13.15 (#2552)
Browse files Browse the repository at this point in the history
* bump autorest.python `6.13.15`

* update package version
  • Loading branch information
msyyc authored Apr 29, 2024
1 parent 8a0c6ff commit 54612ce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/autorest.python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release

## 2024-04-29 - 6.13.15

| Library | Min Version |
| ----------------------------------------------------------------------- | ----------- |
| `@autorest/core` | `3.9.2` |
| `@autorest/modelerfour` | `4.24.3` |
| `azure-core` dep of generated code | `1.30.0` |
| `isodate` dep of generated code | `0.6.1` |
| `msrest` dep of generated code (If generating legacy code) | `0.7.1` |
| `azure-mgmt-core` dep of generated code (If generating mgmt plane code) | `1.3.2` |
| `typing-extensions` dep of generated code (If generating with constants)| `4.0.1` |

**Bug Fixes**

- Fix internal model typing #2517

## 2024-04-23 - 6.13.14

| Library | Min Version |
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.13.14",
"version": "6.13.15",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"prepare": "node run-python3.js prepare.py",
Expand Down

0 comments on commit 54612ce

Please sign in to comment.