diff --git a/pyproject.toml b/pyproject.toml index a85b68e..84f6e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ # Update me [tool.poetry.dependencies] python = "^3.7" importlib_metadata = {version = "^1.6.0", python = "<3.8"} -typer = {extras = ["all"], version = "^0.2.1"} +typer = {extras = ["all"], version = ">=0.2.1,<0.5.0"} rich = "^2.2.2" pre-commit = "^2.5.1" numba = "^0.51.2"