Skip to content

Commit 908f2a5

Browse files
authored
Update install_requires (#3109)
1 parent 562152b commit 908f2a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
author_email="oss@redis.com",
3737
python_requires=">=3.8",
3838
install_requires=[
39-
'async-timeout>=4.0.2; python_full_version<="3.11.2"',
39+
'typing-extensions; python_version<"3.8"',
40+
'async-timeout>=4.0.3',
4041
],
4142
classifiers=[
4243
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)