From 1fc728b066b5fa034e32b504e7c2e5f37dc90238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:00:09 +0000 Subject: [PATCH] Bump diffusers from 0.37.0 to 0.38.0 in /python Bumps [diffusers](https://github.com/huggingface/diffusers) from 0.37.0 to 0.38.0. - [Release notes](https://github.com/huggingface/diffusers/releases) - [Commits](https://github.com/huggingface/diffusers/compare/v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: diffusers dependency-version: 0.38.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 python/pyproject.toml diff --git a/python/pyproject.toml b/python/pyproject.toml old mode 100755 new mode 100644 index d388d275de02..e7c8090d8fda --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -101,7 +101,7 @@ runai = ["runai-model-streamer[s3,gcs,azure]>=0.15.7"] diffusion = [ "PyYAML==6.0.1", "cloudpickle==3.1.2", - "diffusers==0.37.0", + "diffusers==0.38.0", "imageio==2.36.0", "imageio-ffmpeg==0.5.1", "moviepy>=2.0.0",