From 129422192921a189909331738dd67a26f5357e55 Mon Sep 17 00:00:00 2001 From: Benjamin Berman <2229300+doctorpangloss@users.noreply.github.com> Date: Fri, 7 Nov 2025 14:02:58 -0800 Subject: [PATCH] Version 0.3.0 workflow templates and later are not compatible with 0.3.66 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65f42c34d..e694216d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "comfyui-frontend-package>=1.28.7", - "comfyui-workflow-templates>=0.1.95", + "comfyui-workflow-templates>=0.1.95,<0.3.0", "comfyui-embedded-docs>=0.3.0", "torch", "torchvision",