From 15b6d902f6034e71c57238a95a18d976b7d328d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 06:27:52 +0000 Subject: [PATCH] Update gradio requirement from ==4.* to ==5.* in /framework/gradio 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@4.0.0-beta.15...gradio@5.7.0) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- framework/gradio/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/gradio/requirements.txt b/framework/gradio/requirements.txt index cb66b4ab..93ac4126 100644 --- a/framework/gradio/requirements.txt +++ b/framework/gradio/requirements.txt @@ -1,2 +1,2 @@ -gradio==4.* +gradio==5.* sqlalchemy-cratedb>=0.40.0