.NET: Bump Anthropic SDK to 12.13.0 and Anthropic.Foundry to 0.5.0#5279
Open
rogerbarreto wants to merge 1 commit intomicrosoft:mainfrom
Open
.NET: Bump Anthropic SDK to 12.13.0 and Anthropic.Foundry to 0.5.0#5279rogerbarreto wants to merge 1 commit intomicrosoft:mainfrom
rogerbarreto wants to merge 1 commit intomicrosoft:mainfrom
Conversation
- Update Anthropic from 12.11.0 to 12.13.0 - Update Anthropic.Foundry from 0.4.2 to 0.5.0 - Change Anthropic project from release candidate to preview - Add new IBetaService members (Agents, Environments, Sessions, Vaults) to test mock
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the .NET Anthropic integration to newer SDK versions and returns the Anthropic project to preview (non-release-candidate) state.
Changes:
- Bumped
AnthropicNuGet dependency from12.11.0to12.13.0 - Bumped
Anthropic.Foundrydependency from0.4.2to0.5.0 - Updated unit-test
IBetaServicemock to satisfy new interface members required byAnthropic12.13.0
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs | Adds new IBetaService members to the test double to match the updated SDK interface. |
| dotnet/src/Microsoft.Agents.AI.Anthropic/Microsoft.Agents.AI.Anthropic.csproj | Toggles IsReleaseCandidate to false to mark the project as preview. |
| dotnet/Directory.Packages.props | Bumps Anthropic-related package versions centrally. |
SergeyMenshykh
approved these changes
Apr 15, 2026
westey-m
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the Anthropic NuGet package dependencies to their latest versions and moves the Anthropic project back to preview state.
Changes
Details
Validation