diff --git a/pyproject.toml b/pyproject.toml index 3d3bea9..2c5683c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dynamic = ["version"] requires-python = ">=3.9" dependencies = [ "click", - "griffe >= 0.33, <= 0.38", + "griffe >= 0.33", "sphobjinv >= 2.3.1", "tabulate >= 0.9.0", "importlib-metadata >= 5.1.0",