Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit efc6db1

Browse files
AutoPrFromHttpClientPythonAutoPrFromHttpClientPython
authored andcommitted
Update dependencies
1 parent b5e0d84 commit efc6db1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/autorest.python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/Azure/autorest.python/blob/main/README.md",
3131
"dependencies": {
32-
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTgwOTQ5MC9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.26.0.tgz",
32+
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTgxMjE4My9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.26.1.tgz",
3333
"@autorest/system-requirements": "~1.0.2",
3434
"fs-extra": "~11.2.0",
3535
"tsx": "~4.19.1"

packages/typespec-python/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@
5858
"@typespec/streams": ">=0.78.0 <1.0.0",
5959
"@typespec/xml": ">=0.78.0 <1.0.0",
6060
"@azure-tools/typespec-azure-core": ">=0.64.0 <1.0.0",
61-
"@azure-tools/typespec-azure-resource-manager": ">=0.64.0 <1.0.0",
62-
"@azure-tools/typespec-autorest": ">=0.64.0 <1.0.0",
61+
"@azure-tools/typespec-azure-resource-manager": ">=0.64.1 <1.0.0",
62+
"@azure-tools/typespec-autorest": ">=0.64.1 <1.0.0",
6363
"@azure-tools/typespec-azure-rulesets": ">=0.64.0 <1.0.0",
64-
"@azure-tools/typespec-client-generator-core": ">=0.64.4 <1.0.0"
64+
"@azure-tools/typespec-client-generator-core": ">=0.64.5 <1.0.0"
6565
},
6666
"dependencies": {
6767
"js-yaml": "~4.1.0",
6868
"semver": "~7.6.2",
6969
"tsx": "~4.19.1",
70-
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTgwOTQ5MC9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.26.0.tgz",
70+
"@typespec/http-client-python": "https://artprodcus3.artifacts.visualstudio.com/A0fb41ef4-5012-48a9-bf39-4ee3de03ee35/29ec6040-b234-4e31-b139-33dc4287b756/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2F6dXJlLXNkay9wcm9qZWN0SWQvMjllYzYwNDAtYjIzNC00ZTMxLWIxMzktMzNkYzQyODdiNzU2L2J1aWxkSWQvNTgxMjE4My9hcnRpZmFjdE5hbWUvYnVpbGRfYXJ0aWZhY3RzX3B5dGhvbg2/content?format=file&subPath=%2Fpackages%2Ftypespec-http-client-python-0.26.1.tgz",
7171
"fs-extra": "~11.2.0"
7272
},
7373
"devDependencies": {
@@ -81,11 +81,11 @@
8181
"@typespec/streams": "~0.78.0",
8282
"@typespec/tspd": "~0.70.0",
8383
"@typespec/xml": "~0.78.0",
84-
"@azure-tools/typespec-azure-resource-manager": "~0.64.0",
84+
"@azure-tools/typespec-azure-resource-manager": "~0.64.1",
8585
"@azure-tools/typespec-azure-core": "~0.64.0",
8686
"@azure-tools/typespec-azure-rulesets": "~0.64.0",
87-
"@azure-tools/typespec-autorest": "~0.64.0",
88-
"@azure-tools/typespec-client-generator-core": "~0.64.4",
87+
"@azure-tools/typespec-autorest": "~0.64.1",
88+
"@azure-tools/typespec-client-generator-core": "~0.64.5",
8989
"@azure-tools/azure-http-specs": "0.1.0-alpha.36",
9090
"@typespec/http-specs": "0.1.0-alpha.32-dev.1",
9191
"@typespec/spector": "0.1.0-alpha.22",

0 commit comments

Comments
 (0)