From aa405e59075121d993b141cfca13c83c4da9a296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 18:06:18 +0000 Subject: [PATCH] Bump agent-framework-foundry from 1.10.4 to 1.12.0 Bumps [agent-framework-foundry](https://github.com/microsoft/agent-framework) from 1.10.4 to 1.12.0. - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/commits/dotnet-1.12.0) --- updated-dependencies: - dependency-name: agent-framework-foundry dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-agents/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-agents/requirements.txt b/test-agents/requirements.txt index 8232bfb..bee6007 100644 --- a/test-agents/requirements.txt +++ b/test-agents/requirements.txt @@ -1,3 +1,3 @@ agent-framework==1.13.0 -agent-framework-foundry==1.10.4 +agent-framework-foundry==1.12.0 python-dotenv==1.2.2