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

Commit 3cc6c3f

Browse files
authored
release new version (#3158)
* bump http-client-python-version * add changelog
1 parent ce4c20a commit 3cc6c3f

9 files changed

Lines changed: 38 additions & 42 deletions

.chronus/changes/auto-swathipil-http-client-python-add-pyproject-toml-2025-6-21-14-58-56.md

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

.chronus/changes/generation_subdir-2025-7-5-11-32-14.md

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

.chronus/changes/generation_subdir-2025-7-5-11-32-25.md

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

.chronus/changes/test-2025-08-05-2025-7-5-11-26-35.md

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

packages/autorest.python/CHANGELOG.md

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

3+
## 6.38.0
4+
5+
### Features
6+
7+
- [#3131](https://github.com/Azure/autorest.python/pull/3131) Add pyproject.toml generation by default
8+
9+
### Bump dependencies
10+
11+
- [#3156](https://github.com/Azure/autorest.python/pull/3156) Bump `http-client-python` dep
12+
13+
### Bug Fixes
14+
15+
- [#3157](https://github.com/Azure/autorest.python/pull/3157) Don't hardcode `emit-cross-language-definition-file` as `true` for azure generations
16+
17+
318
## 6.37.2
419

520
### Bug Fixes

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.37.2",
3+
"version": "6.38.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/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTE4MDYwNC9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.14.2.tgz",
32+
"@typespec/http-client-python": "~0.15.0",
3333
"@autorest/system-requirements": "~1.0.2",
3434
"fs-extra": "~11.2.0",
3535
"tsx": "~4.19.1"

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.48.0
4+
5+
### Features
6+
7+
- [#3131](https://github.com/Azure/autorest.python/pull/3131) Add pyproject.toml generation by default
8+
- [#3156](https://github.com/Azure/autorest.python/pull/3156) Add support for `generation-subdir`
9+
10+
### Bug Fixes
11+
12+
- [#3157](https://github.com/Azure/autorest.python/pull/3157) Don't hardcode `emit-cross-language-definition-file` as `true` for azure generations
13+
14+
315
## 0.47.2
416

517
### Bug Fixes

packages/typespec-python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-python",
3-
"version": "0.47.2",
3+
"version": "0.48.0",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://github.com/Azure/autorest.python",
@@ -67,7 +67,7 @@
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/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTE4MDYwNC9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.14.2.tgz",
70+
"@typespec/http-client-python": "~0.15.0",
7171
"fs-extra": "~11.2.0"
7272
},
7373
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)