diff --git a/pyproject.toml b/pyproject.toml index 535a1c7..894e614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">= 3.7.4" dependencies = [ "importlib_metadata >= 3.6; python_version < '3.10'", - "typing_extensions >= 4.4.0; python_version < '3.11'", + "typing_extensions >= 4.7.0; python_version < '3.11'", ] dynamic = ["version"]