From 2ec5165f705ad1212c913e0481d248882c8f8bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:38:27 +0000 Subject: [PATCH] chore(deps): bump gradio from 5.35.0 to 6.8.0 in /libs/kotaemon Bumps [gradio](https://github.com/gradio-app/gradio) from 5.35.0 to 6.8.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.35.0...gradio@6.8.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.8.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- libs/kotaemon/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/kotaemon/pyproject.toml b/libs/kotaemon/pyproject.toml index ac099a0..44abeed 100644 --- a/libs/kotaemon/pyproject.toml +++ b/libs/kotaemon/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "cohere>=5.3.2,<6", "cookiecutter>=2.6.0,<2.7", "fast_langdetect", - "gradio==5.35.0", + "gradio==6.8.0", "fastapi<=0.120.0", "html2text==2024.2.26", "langchain>=0.3,<0.4",