From 9b72c6171741fc9492c0a468d40829c8118e61b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 10 Sep 2022 21:58:30 +0300 Subject: Specified a minimum version for typing_extensions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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"] -- cgit v1.2.1