Skip to content

.NET: Bump Anthropic from 12.13.0 to 12.17.0#5495

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/nuget/dotnet/Anthropic-12.17.0
Open

.NET: Bump Anthropic from 12.13.0 to 12.17.0#5495
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/nuget/dotnet/Anthropic-12.17.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Updated Anthropic from 12.13.0 to 12.17.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Anthropic
  dependency-version: 12.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET dependencies Pull requests that update a dependency file labels Apr 26, 2026
@github-actions github-actions Bot changed the title Bump Anthropic from 12.13.0 to 12.17.0 .NET: Bump Anthropic from 12.13.0 to 12.17.0 Apr 26, 2026
@github-actions github-actions Bot changed the title Bump Anthropic from 12.13.0 to 12.17.0 .NET: Bump Anthropic from 12.13.0 to 12.17.0 Apr 26, 2026
@rogerbarreto
Copy link
Copy Markdown
Member

@copilot Please have a look in what is breaking in this PR and try to address for me, thanks

…nthropic 12.17.0

Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/b7a876eb-058c-4e22-807d-4b8f1536765e

Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 28, 2026

@copilot Please have a look in what is breaking in this PR and try to address for me, thanks

The build failures were caused by Anthropic 12.17.0 adding two new members to the IBetaService interface (MemoryStores returning IMemoryStoreService and UserProfiles returning IUserProfileService). The TestBetaService mock class in the unit tests didn't implement them.

Fixed in commit 11a4eed by adding the two missing properties (both throwing NotImplementedException like the other unused service stubs in that class).

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

Labels

dependencies Pull requests that update a dependency file .NET

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants