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
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.
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 [email protected] immediately.
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 intyper.core
until0.6.0
.safety/safety/cli_util.py
Line 8 in adc0e6a
Could we change setup.cfg to be
I'm happy to verify the exact minimum version though I guess that's subject to constant change.
The text was updated successfully, but these errors were encountered: