Skip to content

Commit 8ee1d9a

Browse files
Update @typespec/http-client-csharp to 1.0.0-alpha.20251020.2 (#769)
- Updated @typespec/http-client-csharp from 1.0.0-alpha.20251009.7 to 1.0.0-alpha.20251020.2 - Updated Microsoft.TypeSpec.Generator.ClientModel from 1.0.0-alpha.20251009.7 to 1.0.0-alpha.20251020.2 - Regenerated OpenAI SDK code with new generator version - Updated centrally managed package-lock.json file with new dependency versions Co-authored-by: GitHub Action <[email protected]>
1 parent 8da4512 commit 8ee1d9a

10 files changed

+347
-347
lines changed

codegen/generator/src/OpenAI.Library.Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.TypeSpec.Generator.ClientModel" Version="1.0.0-alpha.20251009.7" />
11+
<PackageReference Include="Microsoft.TypeSpec.Generator.ClientModel" Version="1.0.0-alpha.20251020.2" />
1212
</ItemGroup>
1313

1414
<!-- Copy output to package dist path for local execution and -->

codegen/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
],
3030
"dependencies": {
3131
"@open-ai/plugin": "file:",
32-
"@azure-tools/typespec-client-generator-core": "0.60.0",
33-
"@typespec/http-client-csharp": "1.0.0-alpha.20251009.7",
34-
"@typespec/http": "1.4.0",
35-
"@typespec/openapi": "1.4.0"
32+
"@azure-tools/typespec-client-generator-core": "0.61.0",
33+
"@typespec/http-client-csharp": "1.0.0-alpha.20251020.2",
34+
"@typespec/http": "1.5.0",
35+
"@typespec/openapi": "1.5.0"
3636
},
3737
"devDependencies": {
3838
"@types/node": "^22.8.1",

0 commit comments

Comments
 (0)