From e721bbd8cc4bcb9515e5ffc8e9d6ac83ed0beda3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Fri, 20 Feb 2026 15:56:22 +0100 Subject: [PATCH] Depend on griffelib instead of griffe --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df9929f..f1c6b94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dynamic = ["version"] requires-python = ">=3.10,<4" # This is only required for python 3.10. dependencies = ["typing-extensions >=4,<5"] -optional-dependencies = { griffe = ["griffe>1"] } +optional-dependencies = { griffe = ["griffelib>2"] } [dependency-groups] dev = ["covdefaults", "pytest", "pytest-cov"]