You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typer-cli is used to generate the usage docs, but the version pins on that are very outdated, since we use the latest typer v0.9.0.
The workaround for using typer-cli is to use pip to install it and ignore the version conflicts.
We need to get this doc generation at least into our Makefile for manual triggering, but also hopefully build this into CI on PRs so we don't lose track again.
The text was updated successfully, but these errors were encountered:
It has grown out of date, mainly due to tiangolo/typer-cli#120.
typer-cli
is used to generate the usage docs, but the version pins on that are very outdated, since we use the latest typer v0.9.0.The workaround for using
typer-cli
is to usepip
to install it and ignore the version conflicts.We need to get this doc generation at least into our Makefile for manual triggering, but also hopefully build this into CI on PRs so we don't lose track again.
The text was updated successfully, but these errors were encountered: