diff --git a/pyproject.toml b/pyproject.toml index 40ec377..5055290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ maintainers = [ # Dependency Information requires-python = ">=3.8" dependencies = [ - "typing_extensions", + "typing_extensions;python_version<'3.10'", ] # Extra information