From 2c1df8edb0d697d2b938768e2880f8eb9c935528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 07:22:32 +0000 Subject: [PATCH] Bump gradio from 3.50.2 to 6.7.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 3.50.2 to 6.7.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@3.50.2...gradio@6.7.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d9315d17..5364b1f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ torch==2.7.1 transformers>=4.47.0 accelerate==0.26.0 fschat==0.2.31 -gradio==3.50.2 +gradio==6.7.0 openai==0.28.0 anthropic==0.5.0 sentencepiece==0.1.99 diff --git a/setup.py b/setup.py index 6322910d..a0e41e39 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'transformers==4.46.2', 'accelerate==0.21.0', 'fschat==0.2.31', - 'gradio==3.50.2', + 'gradio==6.7.0', 'openai==0.28.0', 'anthropic==0.5.0', 'sentencepiece==0.1.99',