Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit aea1021

Browse files
authored
[python] release new version (#3408)
* Update dependencies * Sync shared files from typespec repo (2026-03-27 08:22:25) * Update dependencies (2026-03-27 08:24:39) * bump version --------- Co-authored-by: AutoPrFromHttpClientPython <AutoPrFromHttpClientPython>
1 parent 37c3b3d commit aea1021

6 files changed

Lines changed: 67 additions & 62 deletions

File tree

.chronus/changes/python-deserializeXmlImport-2026-2-26-15-16-52.md

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

packages/autorest.python/CHANGELOG.md

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

3+
## 6.50.2
4+
5+
### Bug Fixes
6+
7+
- [#3404](https://github.com/Azure/autorest.python/pull/3404) Fix import of `_deserialize` in mix of xml and non-xml models
8+
9+
310
## 6.50.1
411

512
### 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.50.1",
3+
"version": "6.50.2",
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/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjA3MDkyOS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.1.tgz",
32+
"@typespec/http-client-python": "~0.28.2",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release
22

3+
## 0.61.2
4+
5+
### Bug Fixes
6+
7+
- [#3404](https://github.com/Azure/autorest.python/pull/3404) Fix import of `_deserialize` in mix of xml and non-xml models
8+
9+
310
## 0.61.1
411

512
### Bug Fixes

packages/typespec-python/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-python",
3-
"version": "0.61.1",
3+
"version": "0.61.2",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://github.com/Azure/autorest.python",
@@ -57,17 +57,17 @@
5757
"@typespec/sse": ">=0.80.0 <1.0.0",
5858
"@typespec/streams": ">=0.80.0 <1.0.0",
5959
"@typespec/xml": ">=0.80.0 <1.0.0",
60-
"@azure-tools/typespec-azure-core": ">=0.66.0 <1.0.0",
60+
"@azure-tools/typespec-azure-core": ">=0.66.1 <1.0.0",
6161
"@azure-tools/typespec-azure-resource-manager": ">=0.66.0 <1.0.0",
62-
"@azure-tools/typespec-autorest": ">=0.66.0 <1.0.0",
62+
"@azure-tools/typespec-autorest": ">=0.66.1 <1.0.0",
6363
"@azure-tools/typespec-azure-rulesets": ">=0.66.0 <1.0.0",
6464
"@azure-tools/typespec-client-generator-core": ">=0.66.4 <1.0.0"
6565
},
6666
"dependencies": {
6767
"js-yaml": "~4.1.0",
6868
"semver": "~7.6.2",
6969
"tsx": "^4.21.0",
70-
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNjA3MDkyOS9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.28.1.tgz",
70+
"@typespec/http-client-python": "~0.28.2",
7171
"fs-extra": "~11.2.0"
7272
},
7373
"devDependencies": {
@@ -82,9 +82,9 @@
8282
"@typespec/tspd": "~0.74.0",
8383
"@typespec/xml": "~0.80.0",
8484
"@azure-tools/typespec-azure-resource-manager": "~0.66.0",
85-
"@azure-tools/typespec-azure-core": "~0.66.0",
85+
"@azure-tools/typespec-azure-core": "~0.66.1",
8686
"@azure-tools/typespec-azure-rulesets": "~0.66.0",
87-
"@azure-tools/typespec-autorest": "~0.66.0",
87+
"@azure-tools/typespec-autorest": "~0.66.1",
8888
"@azure-tools/typespec-client-generator-core": "~0.66.4",
8989
"@azure-tools/azure-http-specs": "0.1.0-alpha.39-dev.4",
9090
"@typespec/http-specs": "0.1.0-alpha.35",
@@ -103,4 +103,4 @@
103103
"chalk": "5.3.0",
104104
"@types/fs-extra": "11.0.4"
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)