Closed stephentoub closed 5 days ago
The pull request updates the src/libs/Anthropic/Anthropic.csproj
project file, specifically modifying the ItemGroup
section where package references are defined. The changes involve updating the versions of three packages: Microsoft.Bcl.AsyncInterfaces
, Microsoft.Extensions.AI.Abstractions
, and System.Text.Json
, transitioning from release candidate and preview versions to stable and more recent preview versions.
File Path | Change Summary |
---|---|
src/libs/Anthropic/Anthropic.csproj | - Updated Microsoft.Bcl.AsyncInterfaces from 9.0.0-rc.2.24473.5 to 9.0.0 |
- Updated Microsoft.Extensions.AI.Abstractions from 9.0.0-preview.9.24525.1 to 9.0.0-preview.9.24556.5 |
|
- Updated System.Text.Json from 9.0.0-rc.2.24473.5 to 9.0.0 |
AnthropicApi
class and its methods, which may interact with the updated package references in the main PR, particularly if those packages are utilized within the AnthropicApi
functionality.🐇 In the code we hop and play,
With packages updated today!
From previews to stable, we cheer,
For smoother paths, the future is near!
Let's code with joy, let bugs be few,
A happy rabbit's wish for you! 🐰✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Also several dependencies to GA 9.0.0 versions
Summary by CodeRabbit
Microsoft.Bcl.AsyncInterfaces
moved to stable version.Microsoft.Extensions.AI.Abstractions
upgraded to a newer preview version.System.Text.Json
transitioned to stable version.