You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An update to click released in May 2025 causes typer app to issue a TypeError. See fastapi/typer#1215.
The temporary solution seems to be to pin click to version < 8.2.0, but should be revisited when new versions of typer are released ( > v0.15.3).
An update to click released in May 2025 causes typer app to issue a TypeError. See fastapi/typer#1215.
The temporary solution seems to be to pin click to version < 8.2.0, but should be revisited when new versions of typer are released ( > v0.15.3).