From 3b4927a1066f2a3bc851f59ce45c3a29ad08207f Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Mon, 15 Dec 2025 20:07:15 -0800 Subject: [PATCH] Expose DynamicCombo in public API --- comfy_api/latest/_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_api/latest/_io.py b/comfy_api/latest/_io.py index 46847ee4f..85ab0458c 100644 --- a/comfy_api/latest/_io.py +++ b/comfy_api/latest/_io.py @@ -1933,7 +1933,7 @@ __all__ = [ "Tracks", # Dynamic Types "MatchType", - # "DynamicCombo", + "DynamicCombo", # "Autogrow", # Other classes "HiddenHolder",