Dear Maintainer, Your package builds successfully after patching typer witch is not compatible with click 8.2.0 (#1098634).
--- a/typer/rich_utils.py +++ b/typer/rich_utils.py @@ -366,7 +366,7 @@ # Column for a metavar, if we have one metavar = Text(style=STYLE_METAVAR, overflow="fold") - metavar_str = param.make_metavar() + metavar_str = param.make_metavar(ctx) # Do it ourselves if this is a positional argument if ( Anyway, typer needs other fixes, please see [1]. Kind Regards [1] https://github.com/fastapi/typer/pull/1145