From 908f2a5709dda6cb16b2e9019f66e21d9104155b Mon Sep 17 00:00:00 2001 From: dvora-h <67596500+dvora-h@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:14:24 +0200 Subject: [PATCH] Update install_requires (#3109) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 795aecd142..143ba69fa4 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,8 @@ author_email="oss@redis.com", python_requires=">=3.8", install_requires=[ - 'async-timeout>=4.0.2; python_full_version<="3.11.2"', + 'typing-extensions; python_version<"3.8"', + 'async-timeout>=4.0.3', ], classifiers=[ "Development Status :: 5 - Production/Stable",