Commit 25b6a33
fix: use
`cli.py:run_container` previously annotated its context parameter as
`click.Context`. With `typer >= 0.16`, typer's parameter-type resolution
no longer accepts a raw `click.Context` and raises
`RuntimeError: Type not yet supported: <class 'click.core.Context'>` at
import time. `typer.Context` is a thin subclass of `click.Context`
provided for exactly this situation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>typer.Context for run command parameter1 parent 574eeb2 commit 25b6a33
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
944 | | - | |
| 944 | + | |
945 | 945 | | |
946 | 946 | | |
947 | 947 | | |
| |||
0 commit comments