Skip to content

Commit 3b18dc0

Browse files
committed
Update install_requires (#3109)
1 parent 5dff4ef commit 3b18dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
install_requires=[
3939
'importlib-metadata >= 1.0; python_version < "3.8"',
4040
'typing-extensions; python_version<"3.8"',
41-
'async-timeout>=4.0.2; python_full_version<="3.11.2"',
41+
'async-timeout>=4.0.3',
4242
],
4343
classifiers=[
4444
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)