ComfyUI/comfy_execution
Deep Mehta 832d3ef4a6
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
fix: remove prompt_id from CacheContext, type-safe canonicalization
Remove prompt_id from CacheContext — it's not relevant for cache
matching and added unnecessary plumbing (_current_prompt_id on every
cache). Lifecycle hooks still receive prompt_id directly.

Include type name in canonicalized primitives so that int 7 and
str "7" produce distinct hashes. Also canonicalize dict keys properly
instead of str() coercion.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 21:08:22 -07:00
..
cache_provider.py fix: remove prompt_id from CacheContext, type-safe canonicalization 2026-03-09 21:08:22 -07:00
caching.py fix: remove prompt_id from CacheContext, type-safe canonicalization 2026-03-09 21:08:22 -07:00
graph_utils.py V3 Node Schema Definition - initial (#8656) 2025-07-31 18:02:12 -04:00
graph.py fix: add sync get_local/set_local for graph traversal 2026-03-03 16:27:24 -08:00
jobs.py feat: add text preview support to jobs API (#12169) 2026-02-28 21:38:19 -08:00
progress.py Fix progress update crossover between users (#9706) 2025-09-04 19:13:28 -04:00
utils.py Support for async node functions (#8830) 2025-07-10 14:46:19 -04:00
validation.py V3 Improvements + DynamicCombo + Autogrow exposed in public API (#11345) 2025-12-30 23:09:55 -05:00