Skip to content

Commit 30db88c

Browse files
build: bump MTG to 20250915.1 (#688)
This PR updates the generator version to `1.0.0-alpha.20250915.1` and regenerates the library. The `azure-tools/typespec-azure-core` dependency was removed from MTG, and since I found no reference to it in this library, I also removed it as a dependency here.
1 parent 8a4b09b commit 30db88c

File tree

6 files changed

+1799
-1721
lines changed

6 files changed

+1799
-1721
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.20250905.1" />
11+
<PackageReference Include="Microsoft.TypeSpec.Generator.ClientModel" Version="1.0.0-alpha.20250915.1" />
1212
</ItemGroup>
1313

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

codegen/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@
2929
],
3030
"dependencies": {
3131
"@open-ai/plugin": "file:",
32-
"@azure-tools/typespec-client-generator-core": "0.59.0",
33-
"@azure-tools/typespec-azure-core": "0.59.0",
34-
"@typespec/http-client-csharp": "1.0.0-alpha.20250905.1",
35-
"@typespec/http": "1.3.0",
36-
"@typespec/openapi": "1.3.0"
32+
"@azure-tools/typespec-client-generator-core": "0.60.0",
33+
"@typespec/http-client-csharp": "1.0.0-alpha.20250915.1",
34+
"@typespec/http": "1.4.0",
35+
"@typespec/openapi": "1.4.0"
3736
},
3837
"devDependencies": {
3938
"@types/node": "^22.8.1",

0 commit comments

Comments
 (0)