From 24059727796fd65cbb4a2ab3991589d7ff268a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 06:58:11 +0000 Subject: [PATCH] deps(deps): bump agent-framework-core from 1.0.0b251111 to 1.6.0 Bumps [agent-framework-core](https://github.com/microsoft/agent-framework) from 1.0.0b251111 to 1.6.0. - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/compare/python-1.0.0b251111...python-1.6.0) --- updated-dependencies: - dependency-name: agent-framework-core dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a14f08e..524df05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Microsoft", email = "opensource@microsoft.com" }] readme = "README.md" requires-python = ">=3.10" dependencies = [ - "agent-framework-core==1.0.0b251111", + "agent-framework-core==1.6.0", "agent-framework-azure-ai==1.0.0b251111", "agent-framework-a2a==1.0.0b251111", "agent-framework-devui==1.0.0b251111",