Skip to content

Commit

Permalink
Bump typespec-python 0.37.1 (Azure#38865)
Browse files Browse the repository at this point in the history
* add dependency for liftr

* bump typespec-python 0.37.1
  • Loading branch information
msyyc authored Dec 13, 2024
1 parent b577491 commit 0311337
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 121 deletions.
219 changes: 110 additions & 109 deletions eng/emitter-package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-python": "0.37.0"
"@azure-tools/typespec-python": "0.37.1"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "~0.48.0",
"@azure-tools/typespec-azure-core": "~0.48.0",
"@azure-tools/typespec-azure-resource-manager": "~0.48.0",
"@azure-tools/typespec-azure-rulesets": "~0.48.0",
"@azure-tools/typespec-client-generator-core": "~0.48.5",
"@typespec/compiler": "~0.62.0",
"@typespec/http": "~0.62.0",
"@typespec/openapi": "~0.62.0",
"@typespec/rest": "~0.62.0",
"@typespec/versioning": "~0.62.0",
"@typespec/xml": "~0.62.0"
"@azure-tools/typespec-autorest": "~0.49.0",
"@azure-tools/typespec-azure-core": "~0.49.0",
"@azure-tools/typespec-azure-resource-manager": "~0.49.0",
"@azure-tools/typespec-azure-rulesets": "~0.49.0",
"@azure-tools/typespec-client-generator-core": "~0.49.0",
"@typespec/compiler": "~0.63.0",
"@typespec/http": "~0.63.0",
"@typespec/openapi": "~0.63.0",
"@typespec/rest": "~0.63.0",
"@typespec/versioning": "~0.63.0",
"@typespec/xml": "~0.63.0"
}
}

0 comments on commit 0311337

Please sign in to comment.