We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cc7ed commit 7f1c010Copy full SHA for 7f1c010
1 file changed
typer/main.py
@@ -799,7 +799,9 @@ def get_click_type(
799
case_sensitive=parameter_info.case_sensitive,
800
)
801
802
- raise RuntimeError(f"Type not yet supported: {annotation}") # pragma no cover
+ raise RuntimeError(
803
+ f"Type not yet supported: {annotation} with origin {origin}"
804
+ ) # pragma no cover
805
806
807
def lenient_issubclass(
0 commit comments