Skip to content

Commit ce67ebe

Browse files
authored
[python] fix deps of azure-tools libraries (#3220)
1 parent d326be8 commit ce67ebe

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

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.51.1
4+
5+
### Bump dependencies
6+
7+
- [#3220](https://github.com/Azure/autorest.python/pull/3220) Fix dependency bump from `@azure-tools/typespec` libraries
8+
9+
310
## 0.51.0
411

512
### 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.51.0",
3+
"version": "0.51.1",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://github.com/Azure/autorest.python",
@@ -57,10 +57,10 @@
5757
"@typespec/sse": ">=0.74.0 <1.0.0",
5858
"@typespec/streams": ">=0.74.0 <1.0.0",
5959
"@typespec/xml": ">=0.74.0 <1.0.0",
60-
"@azure-tools/typespec-azure-core": ">=0.60.2 <1.0.0",
61-
"@azure-tools/typespec-azure-resource-manager": ">=0.60.2 <1.0.0",
62-
"@azure-tools/typespec-autorest": ">=0.60.2 <1.0.0",
63-
"@azure-tools/typespec-azure-rulesets": ">=0.60.2 <1.0.0",
60+
"@azure-tools/typespec-azure-core": ">=0.60.0 <1.0.0",
61+
"@azure-tools/typespec-azure-resource-manager": ">=0.60.0 <1.0.0",
62+
"@azure-tools/typespec-autorest": ">=0.60.0 <1.0.0",
63+
"@azure-tools/typespec-azure-rulesets": ">=0.60.0 <1.0.0",
6464
"@azure-tools/typespec-client-generator-core": ">=0.60.2 <1.0.0"
6565
},
6666
"dependencies": {

0 commit comments

Comments
 (0)