Skip to content

Commit ee70be4

Browse files
committed
project: Update third-party dependencies
- Upgrade `OpenAI` to `2.8.0` - Upgrade `Azure.AI.OpenAI` to `2.8.0-beta.1` - Upgrade `Pfim` to `0.11.4` Signed-off-by: leo <longshuang@msn.cn>
1 parent 083f2cb commit ee70be4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

THIRD-PARTY-LICENSES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ The project uses the following third-party libraries or assets
3535
### OpenAI .NET SDK
3636

3737
- **Source**: https://github.com/openai/openai-dotnet
38-
- **Version**: 2.5.0
38+
- **Version**: 2.8.0
3939
- **License**: MIT License
4040
- **License Link**: https://github.com/openai/openai-dotnet/blob/main/LICENSE
4141

4242
### Azure.AI.OpenAI
4343

4444
- **Source**: https://github.com/Azure/azure-sdk-for-net
45-
- **Version**: 2.5.0-beta.1
45+
- **Version**: 2.8.0-beta.1
4646
- **License**: MIT License
4747
- **License Link**: https://github.com/Azure/azure-sdk-for-net/blob/main/LICENSE.txt
4848

@@ -56,7 +56,7 @@ The project uses the following third-party libraries or assets
5656
### Pfim
5757

5858
- **Source**: https://github.com/nickbabcock/Pfim
59-
- **Version**: 0.11.3
59+
- **Version**: 0.11.4
6060
- **License**: MIT License
6161
- **License Link**: https://github.com/nickbabcock/Pfim/blob/master/LICENSE.txt
6262

src/SourceGit.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
<PackageReference Include="Avalonia.Diagnostics" Version="11.3.9" Condition="'$(Configuration)' == 'Debug'" />
5252
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.3.0" />
5353
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.3.0" />
54-
<PackageReference Include="Azure.AI.OpenAI" Version="2.5.0-beta.1" />
54+
<PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" />
5555
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.660" />
5656
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
5757
<PackageReference Include="LiveChartsCore.SkiaSharpView.Avalonia" Version="2.0.0-rc6.1" />
58-
<PackageReference Include="OpenAI" Version="2.5.0" />
59-
<PackageReference Include="Pfim" Version="0.11.3" />
58+
<PackageReference Include="OpenAI" Version="2.8.0" />
59+
<PackageReference Include="Pfim" Version="0.11.4" />
6060
<PackageReference Include="TextMateSharp" Version="1.0.70" />
6161
<PackageReference Include="TextMateSharp.Grammars" Version="1.0.70" />
6262
</ItemGroup>

0 commit comments

Comments
 (0)