From f6b7d36d9c8fe149f15318f51e7887d0a47099d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:47:25 +0000 Subject: [PATCH] Update agent-framework-devui requirement Updates the requirements on [agent-framework-devui](https://github.com/microsoft/agent-framework) to permit the latest version. - [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.0b260428 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98f3e67..e66b05d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ agent-framework = [ "hyperlight-sandbox-python-guest", ] agent-framework-devui = [ - "agent-framework-devui>=1.0.0b260421", + "agent-framework-devui>=1.0.0b260428", ] [tool.ruff]