diff --git a/pyproject.toml b/pyproject.toml index 7b79bf78..90fc2d01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ dependencies = [ "packaging >= 21", "tomli >= 2.0; python_version < '3.11'", "trailrunner >= 1.2", + "typing_extensions >= 4.0", ] dynamic = ["version"]