summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 60648fe..a45f573 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
"attrs >= 21.3",
"tenacity ~= 8.0",
"tzlocal >= 3.0",
- "typing_extensions; python_version < '3.11'"
+ "typing_extensions >= 4.0; python_version < '3.11'"
]
dynamic = ["version"]