diff --git a/pyproject.toml b/pyproject.toml index e5ce010..198dd41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ dependencies = [ "ghapi~=1.0.3", - "typer[all]~=0.15.0", + "typer[all]>=0.15,<0.20", "xdg~=5.1.1" ]