Skip to content

Commit 96ba48b

Browse files
authored
release fix version (#3221)
* update dependency * update dependency * Update CHANGELOG.md
1 parent ce67ebe commit 96ba48b

File tree

5 files changed

+28
-15
lines changed

5 files changed

+28
-15
lines changed

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.41.1
4+
5+
### Bug Fixes
6+
7+
- [#3221](https://github.com/Azure/autorest.python/pull/3221) Bump dependency to fix install
8+
9+
310
## 6.41.0
411

512
### 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.41.0",
3+
"version": "6.41.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": "~0.18.0",
32+
"@typespec/http-client-python": "~0.18.1",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release
22

3+
## 0.51.2
4+
5+
### Bump dependencies
6+
7+
- [#3221](https://github.com/Azure/autorest.python/pull/3221) Bump dependency to fix install
8+
39
## 0.51.1
410

511
### Bump dependencies

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.51.1",
3+
"version": "0.51.2",
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": "~0.18.0",
70+
"@typespec/http-client-python": "~0.18.1",
7171
"fs-extra": "~11.2.0"
7272
},
7373
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)