From 06731ee59b6daa98eb234e98c9fe9bcff18afd05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 03:24:37 +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.5.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 3dd2254d..d55add11 100644 --- a/framework/gradio/requirements.txt +++ b/framework/gradio/requirements.txt @@ -1,2 +1,2 @@ -gradio==4.* +gradio==5.* sqlalchemy-cratedb==0.40.0