We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562152b commit 908f2a5Copy full SHA for 908f2a5
setup.py
@@ -36,7 +36,8 @@
36
author_email="oss@redis.com",
37
python_requires=">=3.8",
38
install_requires=[
39
- 'async-timeout>=4.0.2; python_full_version<="3.11.2"',
+ 'typing-extensions; python_version<"3.8"',
40
+ 'async-timeout>=4.0.3',
41
],
42
classifiers=[
43
"Development Status :: 5 - Production/Stable",
0 commit comments