summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-09-10 21:58:30 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-10 22:05:56 +0300
commit9b72c6171741fc9492c0a468d40829c8118e61b0 (patch)
tree02b120979264f5ca4ab3fee4b4d1766f0f540676
parent4fff22e17cb915f637e96a51ddd8f7fd569eed07 (diff)
downloadapscheduler-9b72c6171741fc9492c0a468d40829c8118e61b0.tar.gz
Specified a minimum version for typing_extensions
-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"]