This issue is a reminder to remove click at a later date. Presently it is required to be version pinned for the CLI to work at all.
The typer dependency recently broke with a change introduced by click 8.1.8 => 8.2.0. Until that it is smoothed out upstream, the workaround for comfy-cli was to add that click dep as a pinned dependency:
This issue is a reminder to remove
clickat a later date. Presently it is required to be version pinned for the CLI to work at all.The
typerdependency recently broke with a change introduced byclick 8.1.8 => 8.2.0. Until that it is smoothed out upstream, the workaround forcomfy-cliwas to add thatclickdep as a pinned dependency:comfy-cli/pyproject.toml
Line 47 in 67f880d