Nate
04/04/2024, 10:33 PMtyper
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
pip install -U typer --force-reinstall
to get things working.
feel free to drop questions in this ๐งต if you have something you can't resolveNate
04/05/2024, 3:53 AMJeff Hale
04/05/2024, 2:21 PMtyper-cli
0.12.1 works.