Skip to content

Commit 5113481

Browse files
authored
[python] release new version 0.15.1 after bump typespec (#3168)
* update regenerate.ts * Update dependencies * Update dependencies (2025-08-08 08:12:02) * add changelog * Regenerate for typespec-python (2025-08-08 08:17:05) * Regenerate for autorest.python (2025-08-08 08:34:07) * update version --------- Co-authored-by: AutoPrFromHttpClientPython <AutoPrFromHttpClientPython>
1 parent 4fd84e0 commit 5113481

254 files changed

Lines changed: 10537 additions & 1098 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/failsafe_deserialize-2025-7-6-14-50-25.md

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

.chronus/changes/failsafe_deserialize-2025-7-6-14-50-45.md

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

packages/autorest.python/CHANGELOG.md

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

3+
## 6.38.1
4+
5+
### Bump dependencies
6+
7+
- [#3168](https://github.com/Azure/autorest.python/pull/3168) Bump tsp 1.3.0 and 0.59.0
8+
- [#3163](https://github.com/Azure/autorest.python/pull/3163) Bump dependency on `http-client-python`
9+
10+
### Bug Fixes
11+
12+
- [#3168](https://github.com/Azure/autorest.python/pull/3168) Don't include folder suffixes in documentation generated with `generation-subdir`
13+
- [#3168](https://github.com/Azure/autorest.python/pull/3168) Exclude doc folder in pyproject.toml and update license as per PEP 639
14+
15+
316
## 6.38.0
417

518
### Features

packages/autorest.python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autorest/python",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
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/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTE4NzMzOC9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.15.0.tgz",
32+
"@typespec/http-client-python": "~0.15.1",
3333
"@autorest/system-requirements": "~1.0.2",
3434
"fs-extra": "~11.2.0",
3535
"tsx": "~4.19.1"

packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeBatch/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# --------------------------------------------------------------------------
77

88
[build-system]
9-
requires = ["setuptools>=61.0.0", "wheel"] # Requires 61.0.0 for dynamic version
9+
requires = ["setuptools>=77.0.3", "wheel"]
1010
build-backend = "setuptools.build_meta"
1111

1212
[project]
@@ -15,7 +15,7 @@ authors = [
1515
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
1616
]
1717
description = "Microsoft Corporation Azure Package Mode Batch Mgmt Plane Client Library for Python"
18-
license = {text = "MIT License"}
18+
license = "MIT"
1919
classifiers = [
2020
"Development Status :: 5 - Production/Stable",
2121
"Programming Language :: Python",
@@ -26,7 +26,6 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29-
"License :: OSI Approved :: MIT License",
3029
]
3130
requires-python = ">=3.9"
3231
keywords = ["azure", "azure sdk"]
@@ -51,6 +50,7 @@ readme = {file = ["README.md"], content-type = "text/markdown"}
5150
exclude = [
5251
"tests*",
5352
"samples*",
53+
"doc*",
5454
"azure",
5555
"azure.packagemode",
5656
]

packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeDataPlane/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# --------------------------------------------------------------------------
77

88
[build-system]
9-
requires = ["setuptools>=61.0.0", "wheel"] # Requires 61.0.0 for dynamic version
9+
requires = ["setuptools>=77.0.3", "wheel"]
1010
build-backend = "setuptools.build_meta"
1111

1212
[project]
@@ -15,7 +15,7 @@ authors = [
1515
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
1616
]
1717
description = "Microsoft Corporation Azure Package Mode Data Plane Client Library for Python"
18-
license = {text = "MIT License"}
18+
license = "MIT"
1919
classifiers = [
2020
"Development Status :: 5 - Production/Stable",
2121
"Programming Language :: Python",
@@ -26,7 +26,6 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29-
"License :: OSI Approved :: MIT License",
3029
]
3130
requires-python = ">=3.9"
3231
keywords = ["azure", "azure sdk"]
@@ -51,6 +50,7 @@ readme = {file = ["README.md"], content-type = "text/markdown"}
5150
exclude = [
5251
"tests*",
5352
"samples*",
53+
"doc*",
5454
"azure",
5555
"azure.packagemode",
5656
]

packages/autorest.python/test/azure/legacy/Expected/AcceptanceTests/PackageModeMgmtPlane/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# --------------------------------------------------------------------------
77

88
[build-system]
9-
requires = ["setuptools>=61.0.0", "wheel"] # Requires 61.0.0 for dynamic version
9+
requires = ["setuptools>=77.0.3", "wheel"]
1010
build-backend = "setuptools.build_meta"
1111

1212
[project]
@@ -15,7 +15,7 @@ authors = [
1515
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
1616
]
1717
description = "Microsoft Corporation Azure Package Mode Client Library for Python"
18-
license = {text = "MIT License"}
18+
license = "MIT"
1919
classifiers = [
2020
"Development Status :: 5 - Production/Stable",
2121
"Programming Language :: Python",
@@ -26,7 +26,6 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29-
"License :: OSI Approved :: MIT License",
3029
]
3130
requires-python = ">=3.9"
3231
keywords = ["azure", "azure sdk"]
@@ -51,6 +50,7 @@ readme = {file = ["README.md"], content-type = "text/markdown"}
5150
exclude = [
5251
"tests*",
5352
"samples*",
53+
"doc*",
5454
"azure",
5555
"azure.package",
5656
]

packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/InternalOperation/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# --------------------------------------------------------------------------
77

88
[build-system]
9-
requires = ["setuptools>=61.0.0", "wheel"] # Requires 61.0.0 for dynamic version
9+
requires = ["setuptools>=77.0.3", "wheel"]
1010
build-backend = "setuptools.build_meta"
1111

1212
[project]
@@ -15,7 +15,7 @@ authors = [
1515
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
1616
]
1717
description = "Microsoft Corporation Azure Internal Operation Client Library for Python"
18-
license = {text = "MIT License"}
18+
license = "MIT"
1919
classifiers = [
2020
"Development Status :: 4 - Beta",
2121
"Programming Language :: Python",
@@ -26,7 +26,6 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29-
"License :: OSI Approved :: MIT License",
3029
]
3130
requires-python = ">=3.9"
3231
keywords = ["azure", "azure sdk"]
@@ -51,6 +50,7 @@ readme = {file = ["README.md"], content-type = "text/markdown"}
5150
exclude = [
5251
"tests*",
5352
"samples*",
53+
"doc*",
5454
]
5555

5656
[tool.setuptools.package-data]

packages/autorest.python/test/vanilla/legacy/Expected/AcceptanceTests/PackageModeDataPlane/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# --------------------------------------------------------------------------
77

88
[build-system]
9-
requires = ["setuptools>=61.0.0", "wheel"] # Requires 61.0.0 for dynamic version
9+
requires = ["setuptools>=77.0.3", "wheel"]
1010
build-backend = "setuptools.build_meta"
1111

1212
[project]
@@ -15,7 +15,7 @@ authors = [
1515
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
1616
]
1717
description = "Microsoft Corporation Azure Package Mode Client Library for Python"
18-
license = {text = "MIT License"}
18+
license = "MIT"
1919
classifiers = [
2020
"Development Status :: 4 - Beta",
2121
"Programming Language :: Python",
@@ -26,7 +26,6 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29-
"License :: OSI Approved :: MIT License",
3029
]
3130
requires-python = ">=3.9"
3231
keywords = ["azure", "azure sdk"]
@@ -51,6 +50,7 @@ readme = {file = ["README.md"], content-type = "text/markdown"}
5150
exclude = [
5251
"tests*",
5352
"samples*",
53+
"doc*",
5454
]
5555

5656
[tool.setuptools.package-data]

packages/typespec-python/CHANGELOG.md

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

3+
## 0.48.1
4+
5+
### Bump dependencies
6+
7+
- [#3168](https://github.com/Azure/autorest.python/pull/3168) Bump tsp 1.3.0 and 0.59.0
8+
9+
### Bug Fixes
10+
11+
- [#3168](https://github.com/Azure/autorest.python/pull/3168) Don't include folder suffixes in documentation generated with `generation-subdir`
12+
- [#3168](https://github.com/Azure/autorest.python/pull/3168) Exclude doc folder in pyproject.toml and update license as per PEP 639
13+
- [#3163](https://github.com/Azure/autorest.python/pull/3163) Don't throw when deserializing error model responses
14+
15+
316
## 0.48.0
417

518
### Features

0 commit comments

Comments
 (0)