Skip to content

Commit

Permalink
fixes to use the latest typer lib
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Dec 1, 2024
1 parent 2cbfee7 commit 1eb87c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gto/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1eb87c0

Please sign in to comment.