diff --git a/gto/cli.py b/gto/cli.py index aac8ca5..3ecf38b 100644 --- a/gto/cli.py +++ b/gto/cli.py @@ -394,7 +394,7 @@ def callback_sort( # pylint: disable=inconsistent-return-statements ) -@app.callback("gto", invoke_without_command=True, no_args_is_help=True) +@app.callback(invoke_without_command=True, no_args_is_help=True) def gto_callback( ctx: Context, show_version: bool = Option(False, "--version", help="Show version and exit"), diff --git a/pyproject.toml b/pyproject.toml index 4a374bb..4cea513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "scmrepo>=3,<4", "semver>=2.13.0", "tabulate>=0.8.10", - "typer>=0.4.1", + "typer>=0.14.0", ] [project.urls]