Skip to content

Commit c1ad358

Browse files
authored
[python] release new version (#3375)
* Update dependencies * Sync shared files from typespec repo (2026-03-12 00:46:18) * Update dependencies (2026-03-12 00:47:21) * Regenerate for typespec-python (2026-03-12 00:52:44) * Update dependencies * Sync shared files from typespec repo (2026-03-12 02:30:31) * Update dependencies (2026-03-12 02:31:35) * Regenerate for typespec-python (2026-03-12 02:37:02) * bump version --------- Co-authored-by: AutoPrFromHttpClientPython <AutoPrFromHttpClientPython>
1 parent cd901c9 commit c1ad358

47 files changed

Lines changed: 1366 additions & 418 deletions

Some content is hidden

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

.chronus/changes/add-flatten-read-only-model-tests-2026-3-6-8-0-10.md

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

.chronus/changes/add-noauth-union-python-tests-2026-03-06-02-30-00.md

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

.chronus/changes/copilot-add-xml-deserialization-test-2026-03-04-05-46-13.md

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

.chronus/changes/http-client-python-xml-enumeration-results-test-2026-2-23-22-33-2.md

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

.chronus/changes/python-diff-upstream-skill-2026-02-26-14-34-52.md

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

.chronus/changes/python-remove-includeRootSlash-2026-3-9-2-53-15.md

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

.chronus/changes/python-removeEnumPadding-2026-1-27-12-23-22.md

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

packages/autorest.python/CHANGELOG.md

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

3+
## 6.50.0
4+
5+
### Features
6+
7+
- [#3368](https://github.com/Azure/autorest.python/pull/3368) Remove enum value padding because we generate our enum value names with upper case so there is no need
8+
9+
### Bug Fixes
10+
11+
- [#3368](https://github.com/Azure/autorest.python/pull/3368) Return empty list instead of None for non-optional unwrapped XML list fields during deserialization
12+
- [#3373](https://github.com/Azure/autorest.python/pull/3373) Remove includeRootSlash client option logic, which should be handled at the TypeSpec core level
13+
14+
315
## 6.49.2
416

517
### Bug Fixes

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.49.2",
3+
"version": "6.50.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/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTk3OTY3NS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.27.2.tgz",
32+
"@typespec/http-client-python": "~0.28.0",
3333
"@autorest/system-requirements": "~1.0.2",
3434
"fs-extra": "~11.2.0",
3535
"tsx": "^4.21.0"
@@ -47,4 +47,4 @@
4747
"requirements.txt",
4848
"generator/"
4949
]
50-
}
50+
}

packages/typespec-python/CHANGELOG.md

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

3+
## 0.61.0
4+
5+
### Features
6+
7+
- [#3368](https://github.com/Azure/autorest.python/pull/3368) Remove enum value padding because we generate our enum value names with upper case so there is no need
8+
9+
### Bug Fixes
10+
11+
- [#3368](https://github.com/Azure/autorest.python/pull/3368) Return empty list instead of None for non-optional unwrapped XML list fields during deserialization
12+
- [#3373](https://github.com/Azure/autorest.python/pull/3373) Remove includeRootSlash client option logic, which should be handled at the TypeSpec core level
13+
14+
315
## 0.60.2
416

517
### Bug Fixes

0 commit comments

Comments
 (0)