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 5dff4ef commit 3b18dc0Copy full SHA for 3b18dc0
setup.py
@@ -38,7 +38,7 @@
38
install_requires=[
39
'importlib-metadata >= 1.0; python_version < "3.8"',
40
'typing-extensions; python_version<"3.8"',
41
- 'async-timeout>=4.0.2; python_full_version<="3.11.2"',
+ 'async-timeout>=4.0.3',
42
],
43
classifiers=[
44
"Development Status :: 5 - Production/Stable",
0 commit comments