Skip to content

Commit 5a25d7a

Browse files
authored
[python] release new version (#3312)
* Update dependencies * Update dependencies (2026-01-27 03:29:04) * Regenerate for autorest.python (2026-01-27 03:48:57) * bump version --------- Co-authored-by: AutoPrFromHttpClientPython <AutoPrFromHttpClientPython>
1 parent 11d596f commit 5a25d7a

7 files changed

Lines changed: 52 additions & 47 deletions

File tree

.chronus/changes/python-bump-tcgc-2026-0-23-5-36-25.md

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

.chronus/changes/python-storagePagingFix-2026-0-23-15-44-19.md

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

packages/autorest.python/CHANGELOG.md

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

3+
## 6.48.0
4+
5+
### Features
6+
7+
- [#3311](https://github.com/Azure/autorest.python/pull/3311) Add support for xml paging
8+
9+
### Bump dependencies
10+
11+
- [#3310](https://github.com/Azure/autorest.python/pull/3310) Bump TCGC 0.64.3
12+
13+
314
## 6.47.0
415

516
### 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.47.0",
3+
"version": "6.48.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/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTc5NTQyMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.25.0.tgz",
32+
"@typespec/http-client-python": "~0.26.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release
22

3+
## 0.59.0
4+
5+
### Features
6+
7+
- [#3311](https://github.com/Azure/autorest.python/pull/3311) Add support for xml paging
8+
9+
### Bump dependencies
10+
11+
- [#3310](https://github.com/Azure/autorest.python/pull/3310) Bump TCGC 0.64.3
12+
13+
314
## 0.58.0
415

516
### Features

packages/typespec-python/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-python",
3-
"version": "0.58.0",
3+
"version": "0.59.0",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://github.com/Azure/autorest.python",
@@ -61,13 +61,13 @@
6161
"@azure-tools/typespec-azure-resource-manager": ">=0.64.0 <1.0.0",
6262
"@azure-tools/typespec-autorest": ">=0.64.0 <1.0.0",
6363
"@azure-tools/typespec-azure-rulesets": ">=0.64.0 <1.0.0",
64-
"@azure-tools/typespec-client-generator-core": ">=0.64.3 <1.0.0"
64+
"@azure-tools/typespec-client-generator-core": ">=0.64.4 <1.0.0"
6565
},
6666
"dependencies": {
6767
"js-yaml": "~4.1.0",
6868
"semver": "~7.6.2",
6969
"tsx": "~4.19.1",
70-
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTc5NTQyMi9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.25.0.tgz",
70+
"@typespec/http-client-python": "~0.26.0",
7171
"fs-extra": "~11.2.0"
7272
},
7373
"devDependencies": {
@@ -85,7 +85,7 @@
8585
"@azure-tools/typespec-azure-core": "~0.64.0",
8686
"@azure-tools/typespec-azure-rulesets": "~0.64.0",
8787
"@azure-tools/typespec-autorest": "~0.64.0",
88-
"@azure-tools/typespec-client-generator-core": "~0.64.3",
88+
"@azure-tools/typespec-client-generator-core": "~0.64.4",
8989
"@azure-tools/azure-http-specs": "0.1.0-alpha.36",
9090
"@typespec/http-specs": "0.1.0-alpha.32-dev.1",
9191
"@typespec/spector": "0.1.0-alpha.22",
@@ -103,4 +103,4 @@
103103
"chalk": "5.3.0",
104104
"@types/fs-extra": "11.0.4"
105105
}
106-
}
106+
}

pnpm-lock.yaml

Lines changed: 22 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)