Add minimum typer version
Iain-S opened this issue · 2 comments
Although typer is still in 0.x.y, it would be of benefit to have a minimum version specified in setup.cfg.
This line, for example, imports MarkupMode
, which was not in typer.core
until 0.6.0
.
Line 8 in adc0e6a
Could we change setup.cfg to be
typer>=0.6.0
I'm happy to verify the exact minimum version though I guess that's subject to constant change.
Hi @Iain-S, thank you for opening this issue!
We appreciate your effort in reporting this. Our team will review it and get back to you soon.
If you have any additional details or updates, feel free to add them to this issue.
Note: If this is a serious security issue that could impact the security of Safety CLI users, please email security@safetycli.com immediately.
Thank you for contributing to Safety CLI!