From d71baa72dc2165b97ba1be2dddc58ad8531ff1b1 Mon Sep 17 00:00:00 2001 From: DefTruth <31974251+DefTruth@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:52:58 +0800 Subject: [PATCH] [diffusion] dependency: upgrade cache-dit for better compatibility (#14534) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index cded92266..5e6104578 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -95,7 +95,7 @@ diffusion = [ "vsa==0.0.4", "yunchang==0.6.3.post1", "runai_model_streamer", - "cache-dit==1.1.6" + "cache-dit==1.1.8" ] [tool.uv.extra-build-dependencies]