From 3437df2c7821b50c94996512fb9d9cc1283c51c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 08:52:15 +0000 Subject: [PATCH 1/2] Bump Anthropic from 12.35.1 to 12.36.0 --- updated-dependencies: - dependency-name: Anthropic dependency-version: 12.36.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 73a7ab8bf2..0b1de6f4d6 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -11,7 +11,7 @@ - + From cf68275c2536f40934a6951009352265ff1fbebc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:40:33 +0000 Subject: [PATCH 2/2] Fix TestBetaService to implement new IBetaService members from Anthropic 12.36.0 --- .../Extensions/AnthropicBetaServiceExtensionsTests.cs | 4 ++++ 1 file changed, 4 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 b4125ccc01..4e0198a3da 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs @@ -503,6 +503,10 @@ public TestBetaService(IAnthropicClient client) public global::Anthropic.Services.Beta.IUserProfileService UserProfiles => throw new NotImplementedException(); + public global::Anthropic.Services.Beta.IDreamService Dreams => throw new NotImplementedException(); + + public global::Anthropic.Services.Beta.ITunnelService Tunnels => throw new NotImplementedException(); + public IBetaService WithOptions(Func modifier) { throw new NotImplementedException();