From cf6066fb9b30ab2cd82199a220e8f9e38e805b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:03:20 +0000 Subject: [PATCH 1/2] Bump Anthropic from 12.42.0 to 12.43.0 --- updated-dependencies: - dependency-name: Anthropic dependency-version: 12.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dotnet/Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index 47b234fe8a6..c9346739261 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -11,7 +11,7 @@ - + From 46c3cff75d2a49b71fbca5562339c501a9418c02 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:16:26 +0000 Subject: [PATCH 2/2] Implement Anthropic beta organization interface Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com> --- .../Extensions/AnthropicBetaServiceExtensionsTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs b/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs index 6ff7b3cd8d5..45d027fc261 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs @@ -511,6 +511,8 @@ public TestBetaService(IAnthropicClient client) public global::Anthropic.Services.Beta.ITunnelService Tunnels => throw new NotImplementedException(); + public global::Anthropic.Services.Beta.IOrganizationService Organization => throw new NotImplementedException(); + public IBetaService WithOptions(Func modifier) { throw new NotImplementedException();