Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions wretched-whispers-server/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<!-- Pinned to the range Microsoft.Extensions.AI.OpenAI supports ([2.12.0, 2.13.0)). OpenAI 2.13.0
changed StreamingChatCompletionUpdate's JsonPatch internals, so MEAI's TryGetReasoningDelta
throws IndexOutOfRange on every streamed turn. Do not bump without bumping MEAI.OpenAI too. -->
<PackageVersion Include="OpenAI" Version="2.12.0" />
<PackageVersion Include="Microsoft.Agents.AI" Version="1.19.0" />
<PackageVersion Include="Microsoft.Agents.AI.OpenAI" Version="1.19.0" />
<PackageVersion Include="OpenAI" Version="2.13.0" />
<PackageVersion Include="Microsoft.Agents.AI" Version="1.20.0" />
<PackageVersion Include="Microsoft.Agents.AI.OpenAI" Version="1.20.0" />
<!-- Explicit: Engine calls MEAI directly (UseFunctionInvocation); without this it floated at
whatever Microsoft.Agents.AI pulled while Abstractions resolved higher. -->
<PackageVersion Include="Microsoft.Extensions.AI" Version="10.9.0" />
Expand Down
Loading