From 5e95107e571fdb17ed563f7d2c4079b0ccb975e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:13:06 +0000 Subject: [PATCH] Bump gradio from 5.23.3 to 6.15.0 in /labs/realtime-mcp-agents Bumps [gradio](https://github.com/gradio-app/gradio) from 5.23.3 to 6.15.0. - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/gradio@5.23.3...gradio@6.15.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- labs/realtime-mcp-agents/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/realtime-mcp-agents/pyproject.toml b/labs/realtime-mcp-agents/pyproject.toml index c220b53c..02409e6e 100644 --- a/labs/realtime-mcp-agents/pyproject.toml +++ b/labs/realtime-mcp-agents/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "openai[realtime]", "fastrtc==0.0.19", "fastrtc[vad]==0.0.19", - "gradio==5.23.3", + "gradio==6.15.0", "uvicorn==0.32.0", "azure-identity", "mcp==1.19.0",