Dear Maintainer,

Your package builds fine after patching typer as mentioned in [1]

--- 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 (

Autopkgtests also pass.

Kind Regards

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098619

Reply via email to