Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 16, 2025

Motivation and Context

Brings the Anthropic .NET SDK to latest stable version 12.0.0, maintaining compatibility with existing Microsoft.Extensions.AI abstractions.

Description

Updated the centrally managed package version in dotnet/Directory.Packages.props:

  • Anthropic: 11.0.0 → 12.0.0

No code changes required. The SDK update is backward compatible with existing integrations through Microsoft.Extensions.AI abstractions (IAnthropicClient.AsIChatClient()).

Contribution Checklist

  • The code builds clean without any errors or warnings
  • The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/anthropics/anthropic-sdk-dotnet/releases
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

update the Anthropic package to version 12.0


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Update Anthropic package to version 12.0 Update Anthropic package to version 12.0.0 Dec 16, 2025
Copilot AI requested a review from stephentoub December 16, 2025 19:16
@stephentoub stephentoub marked this pull request as ready for review December 16, 2025 19:18
Copilot AI review requested due to automatic review settings December 16, 2025 19:18
@github-actions github-actions bot changed the title Update Anthropic package to version 12.0.0 .NET: Update Anthropic package to version 12.0.0 Dec 16, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Anthropic .NET SDK package from version 11.0.0 to 12.0.0 in the centrally managed package dependencies. The update maintains compatibility with the existing Microsoft.Extensions.AI abstractions used throughout the codebase.

  • Updates Anthropic package version in central package management
  • No code changes required due to abstraction layer compatibility
  • Maintains existing integration patterns through IAnthropicClient.AsIChatClient() and related extension methods

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.NET: Duplicate Tool ID Exception

5 participants