From 3b18dc0222a96ee6463532f2cd36762549eb0ba1 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f22d809d27..659a7a603f 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ install_requires=[ 'importlib-metadata >= 1.0; python_version < "3.8"', 'typing-extensions; python_version<"3.8"', - 'async-timeout>=4.0.2; python_full_version<="3.11.2"', + 'async-timeout>=4.0.3', ], classifiers=[ "Development Status :: 5 - Production/Stable",