From 059e1c3c28f6da9323b83eae902ee9ff46058392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 05:24:43 +0000 Subject: [PATCH] Update gradio requirement from ==3.* to >=3,<6 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@3.41.0...gradio@5.0.1) --- updated-dependencies: - dependency-name: gradio 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 502e671..a627e06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "requests", "python-dotenv", "aiofiles", - "gradio==3.*", + "gradio>=3,<6", "psutil", "prompt_toolkit", ]