From 6f1a294270c1489b070bd90bcc644625ad1325b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:36:47 +0000 Subject: [PATCH] Bump gradio in /ai/generative-ai-service/complex-document-rag/files Bumps [gradio](https://github.com/gradio-app/gradio) from 4.44.0 to 6.7.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@4.44.0...gradio@6.7.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../complex-document-rag/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/generative-ai-service/complex-document-rag/files/requirements.txt b/ai/generative-ai-service/complex-document-rag/files/requirements.txt index 9d81f7410..23d6e266c 100644 --- a/ai/generative-ai-service/complex-document-rag/files/requirements.txt +++ b/ai/generative-ai-service/complex-document-rag/files/requirements.txt @@ -1,5 +1,5 @@ # Core Dependencies -gradio==4.44.0 +gradio==6.7.0 chromadb==0.5.3 python-dotenv==1.0.1