Skip to content
Discussion options

You must be logged in to vote

This looks like the old Typer/Click compatibility edge rather than expected Option behavior. Typer has moved a long way since 0.12.0; the current package metadata requires Click >= 8.2.1, and the current code path no longer appears to pass the stale flag_value=None shape that Click 8.3 exposes here.

The first thing I would do is reproduce on current Typer. If you are stuck on Typer 0.12.0, pin Click below 8.3 for that environment. If upgrading is possible, upgrade Typer instead of working around it in every option declaration.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@svlandeg
Comment options

Answer selected by cconroy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question or problem
3 participants