getting ahead of some potential `typer` weirdness ...
# ask-community
n
getting ahead of some potential
typer
weirdness here
typer
released a couple breaking changes in minor releases recently, which lead us to pin
>=0.12.0, <0.13.0
as those changes broke our CLI in each case the linked issue from
typer
describes that upgrading from below
0.12.0
to
0.12.0
will break that install. Containerized installations of newest prefect (
2.16.9
) should be fine, but if you're working locally and encounter something about
typer.Option
, you may need to do a
Copy code
pip install -U typer --force-reinstall
to get things working. feel free to drop questions in this ๐Ÿงต if you have something you can't resolve
๐Ÿ™ 5
typingcat 1
looks like this is fixed in 0.12.1! local installs should be fine if they skip over 0.12.0
๐Ÿฆœ 2
j
I can confirm
typer-cli
0.12.1 works.