diff --git a/pyproject.toml b/pyproject.toml index e32c320..3c27dbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] description-file = "README.md" requires = [ - "typer[all] ~=0.3.2", + "typer[all]", "importlib_resources ; python_version<'3.7'" ] requires-python = ">=3.6"