Skip to content

Commit f93a635

Browse files
actions-userjorgerangel-msft
authored andcommitted
Update @typespec/http-client-csharp to 1.0.0-alpha.20251001.2
- Updated @typespec/http-client-csharp from 1.0.0-alpha.20250929.2 to 1.0.0-alpha.20251001.2 - Updated Microsoft.TypeSpec.Generator.ClientModel from 1.0.0-alpha.20250929.2 to 1.0.0-alpha.20251001.2 - Regenerated OpenAI SDK code with new generator version - Updated centrally managed package-lock.json file with new dependency versions
1 parent 1c36c76 commit f93a635

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

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

Lines changed: 2 additions & 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.20250929.2" />
11+
<PackageReference Include="Microsoft.TypeSpec.Generator.ClientModel" Version="1.0.0-alpha.20251001.2" />
1212
</ItemGroup>
1313

1414
<!-- Copy output to package dist path for local execution and -->
@@ -26,3 +26,4 @@
2626

2727

2828

29+

codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@open-ai/plugin": "file:",
3232
"@azure-tools/typespec-client-generator-core": "0.60.0",
33-
"@typespec/http-client-csharp": "1.0.0-alpha.20250929.2",
33+
"@typespec/http-client-csharp": "1.0.0-alpha.20251001.2",
3434
"@typespec/http": "1.4.0",
3535
"@typespec/openapi": "1.4.0"
3636
},

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Generated/Internal/MultiPartFormDataBinaryContent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public override void WriteTo(Stream stream, CancellationToken cancellationToken
181181
public override async Task WriteToAsync(Stream stream, CancellationToken cancellationToken = default)
182182
{
183183
#if NET6_0_OR_GREATER
184-
await _multipartContent.CopyToAsync(stream).ConfigureAwait(false);
184+
await _multipartContent.CopyToAsync(stream, cancellationToken).ConfigureAwait(false);
185185
#else
186186
await _multipartContent.CopyToAsync(stream).ConfigureAwait(false);
187187
#endif

0 commit comments

Comments
 (0)