From 58b43bb2a708f3c9d01ea18a7f36266422dc538b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 06:56:04 +0000 Subject: [PATCH] deps(deps): bump agent-framework-devui from 1.0.0b251111 to 1.0.0b260514 Bumps [agent-framework-devui](https://github.com/microsoft/agent-framework) from 1.0.0b251111 to 1.0.0b260514. - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/commits) --- updated-dependencies: - dependency-name: agent-framework-devui dependency-version: 1.0.0b260514 dependency-type: direct:production update-type: version-update:semver-patch ... 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..f657cc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "agent-framework-core==1.0.0b251111", "agent-framework-azure-ai==1.0.0b251111", "agent-framework-a2a==1.0.0b251111", - "agent-framework-devui==1.0.0b251111", + "agent-framework-devui==1.0.0b260514", # Pin a2a-sdk to a compatible version; agent-framework-a2a 1.0.0b251111 # declares a2a-sdk>=0.3.5 without upper bound, but a2a-sdk>=0.3.24 removes # FilePart/TextPart/FileWithBytes/FileWithUri causing ImportError.