Skip to content

Commit

Permalink
bump typespec-python to 0.23.8 (#35392)
Browse files Browse the repository at this point in the history
Co-authored-by: iscai-msft <isabellavcai@gmail.com>
  • Loading branch information
iscai-msft and iscai-msft committed Apr 26, 2024
1 parent 8ba3978 commit 434a248
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions eng/emitter-package-lock.json

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

16 changes: 8 additions & 8 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-python": "0.23.7"
"@azure-tools/typespec-python": "0.23.8"
},
"devDependencies": {
"@typespec/compiler": "~0.55.0",
"@typespec/rest": "~0.55.0",
"@typespec/openapi": "~0.55.0",
"@typespec/versioning": "~0.55.0",
"@azure-tools/typespec-azure-core": "~0.41.0",
"@azure-tools/typespec-azure-resource-manager": "~0.41.0",
"@azure-tools/typespec-autorest": "~0.41.0",
"@typespec/http": "~0.55.0",
"@azure-tools/typespec-azure-core": "~0.41.0",
"@azure-tools/typespec-client-generator-core": "~0.41.6",
"@azure-tools/typespec-autorest": "~0.41.0"
"@typespec/rest": "~0.55.0",
"@typespec/compiler": "~0.55.0",
"@typespec/versioning": "~0.55.0",
"@typespec/openapi": "~0.55.0",
"@azure-tools/typespec-client-generator-core": "~0.41.7"
}
}

0 comments on commit 434a248

Please sign in to comment.