diff --git a/packages/typespec-python/CHANGELOG.md b/packages/typespec-python/CHANGELOG.md index 094315f9999..dbbf3fcc871 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,12 @@ # Release +## 0.51.1 + +### Bump dependencies + +- [#3220](https://github.com/Azure/autorest.python/pull/3220) Fix dependency bump from `@azure-tools/typespec` libraries + + ## 0.51.0 ### Features diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index 743ca827c32..d05a3294541 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.51.0", + "version": "0.51.1", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python", @@ -57,10 +57,10 @@ "@typespec/sse": ">=0.74.0 <1.0.0", "@typespec/streams": ">=0.74.0 <1.0.0", "@typespec/xml": ">=0.74.0 <1.0.0", - "@azure-tools/typespec-azure-core": ">=0.60.2 <1.0.0", - "@azure-tools/typespec-azure-resource-manager": ">=0.60.2 <1.0.0", - "@azure-tools/typespec-autorest": ">=0.60.2 <1.0.0", - "@azure-tools/typespec-azure-rulesets": ">=0.60.2 <1.0.0", + "@azure-tools/typespec-azure-core": ">=0.60.0 <1.0.0", + "@azure-tools/typespec-azure-resource-manager": ">=0.60.0 <1.0.0", + "@azure-tools/typespec-autorest": ">=0.60.0 <1.0.0", + "@azure-tools/typespec-azure-rulesets": ">=0.60.0 <1.0.0", "@azure-tools/typespec-client-generator-core": ">=0.60.2 <1.0.0" }, "dependencies": {