From 6fc01de2b015626ceabd305a48d5d53c9f7d03e8 Mon Sep 17 00:00:00 2001 From: Daniel Rasmussen Date: Fri, 4 Feb 2022 13:38:34 -0400 Subject: [PATCH] Require typing-extensions>=3.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 697a561a6..9070811b4 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def get_long_description(): include_package_data=True, install_requires=[ "anyio>=3.4.0,<4", - "typing_extensions; python_version < '3.10'", + "typing_extensions>=3.10.0; python_version < '3.10'", "contextlib2 >= 21.6.0; python_version < '3.7'", ], extras_require={