Skip to content

Commit 885752a

Browse files
authored
[python] release new version (#3278)
* update regeneration * Update dependencies * Update dependencies (2025-12-10 05:30:15) * Regenerate for typespec-python (2025-12-10 05:35:29) * bump version * update --------- Co-authored-by: AutoPrFromHttpClientPython <AutoPrFromHttpClientPython>
1 parent 3ed867d commit 885752a

95 files changed

Lines changed: 11738 additions & 609 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.chronus/changes/auto-iscai-msft-python-backcompatTspPadding-2025-10-18-17-23-22.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/auto-microsoft-external-type-python-2025-9-20-14-28-41.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/auto-microsoft-python-fix-optional-properties-2025-11-3-16-16-35.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/auto-microsoft-python-multipart-fix-optional-files-part-2025-11-5-8-29-45.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/auto-microsoft-python-multipart-fix-serialization-name-2025-11-4-7-44-27.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/fix-pylint-2025-11-4-3-57-46.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.chronus/changes/fix-version-2025-11-5-12-4-1.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/autorest.python/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release
22

3+
## 6.44.0
4+
5+
### Features
6+
7+
- [#3246](https://github.com/Azure/autorest.python/pull/3246) Support SDK users defined customized serialization/deserialization function for external models
8+
9+
### Bug Fixes
10+
11+
- [#3264](https://github.com/Azure/autorest.python/pull/3264) Keep original client name for backcompat reasons when the name is only padded for tsp generations
12+
- [#3271](https://github.com/Azure/autorest.python/pull/3271) Fix for optional properties in flatten model to keep compatibility
13+
- [#3276](https://github.com/Azure/autorest.python/pull/3276) Fix multipart when files part is optional
14+
- [#3274](https://github.com/Azure/autorest.python/pull/3274) Fix serialization name for multipart
15+
16+
317
## 6.43.0
418

519
### Features

packages/autorest.python/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autorest/python",
3-
"version": "6.43.0",
3+
"version": "6.44.0",
44
"description": "The Python extension for generators in AutoRest.",
55
"scripts": {
66
"start": "node ./scripts/run-python3.js ./scripts/start.py",
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/Azure/autorest.python/blob/main/README.md",
3131
"dependencies": {
32-
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTY0NjEzMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.21.0.tgz",
32+
"@typespec/http-client-python": "~0.22.0",
3333
"@autorest/system-requirements": "~1.0.2",
3434
"fs-extra": "~11.2.0",
3535
"tsx": "~4.19.1"
@@ -47,4 +47,4 @@
4747
"requirements.txt",
4848
"generator/"
4949
]
50-
}
50+
}

packages/typespec-python/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release
22

3+
## 0.55.0
4+
5+
### Features
6+
7+
- [#3246](https://github.com/Azure/autorest.python/pull/3246) Support SDK users defined customized serialization/deserialization function for external models
8+
9+
### Bug Fixes
10+
11+
- [#3264](https://github.com/Azure/autorest.python/pull/3264) Keep original client name for backcompat reasons when the name is only padded for tsp generations
12+
- [#3271](https://github.com/Azure/autorest.python/pull/3271) Fix for optional properties in flatten model to keep compatibility
13+
- [#3276](https://github.com/Azure/autorest.python/pull/3276) Fix multipart when files part is optional
14+
- [#3274](https://github.com/Azure/autorest.python/pull/3274) Fix serialization name for multipart
15+
16+
317
## 0.54.0
418

519
### Features

0 commit comments

Comments
 (0)