From 1e5bce235c23a51160ff7dede9891856f88f1d31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:31:49 +0000 Subject: [PATCH] chore: update gradio requirement from <6.0,>=5.41.1 to >=5.41.1,<7.0 Updates the requirements on [gradio](https://github.com/gradio-app/gradio) to permit the latest version. - [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.41.1...gradio@6.0.1) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01ba198..28fd53d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "sentence_transformers>=4.1.0,<6.0", "tqdm>=4.67.1,<5.0", "typer>=0.16.0,<1.0", - "gradio>=5.41.1,<6.0", + "gradio>=5.41.1,<7.0", "nvidia_ml_py>=12.575.51,<14.0", "pandas>=2.3.1,<3.0", "psutil>=7.0.0,<8.0",