From f55aa6b0f0c35be6247f948d52ec09e25f1c7864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:37:43 +0000 Subject: [PATCH] Bump the python-deps group across 1 directory with 3 updates Updates the requirements on [transformers](https://github.com/huggingface/transformers), [gradio](https://github.com/gradio-app/gradio) and [unplug-ai](https://github.com/UnplugAI/Unplug) to permit the latest version. Updates `transformers` to 5.14.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.44.0...v5.14.1) Updates `gradio` to 6.20.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@6.19.0...gradio@6.20.0) Updates `unplug-ai` from 0.4.1 to 0.6.0 - [Release notes](https://github.com/UnplugAI/Unplug/releases) - [Changelog](https://github.com/UnplugAI/Unplug/blob/dev/CHANGELOG.md) - [Commits](https://github.com/UnplugAI/Unplug/compare/v0.4.1...v0.6.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.20.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: transformers dependency-version: 5.13.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: unplug-ai dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- sdk/demo/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/demo/requirements.txt b/sdk/demo/requirements.txt index 92269db..fe79703 100644 --- a/sdk/demo/requirements.txt +++ b/sdk/demo/requirements.txt @@ -1,8 +1,8 @@ -gradio>=6.19.0 +gradio>=6.20.0 --extra-index-url https://download.pytorch.org/whl/cpu torch>=2.0 -transformers>=4.44,<5.13 +transformers>=4.44,<5.15 huggingface_hub>=0.23 sentencepiece>=0.2 numpy>=1.26 -unplug-ai==0.4.1 +unplug-ai==0.6.0