You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update async-timeout from 3.0.1 to >=4.0 for Python <3.11 to match
aiohttp requirements. Python 3.11+ doesn't need async-timeout as it's
built into asyncio.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Copy file name to clipboardExpand all lines: requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
aiohttp>=3.9.0; python_version>="3.6"
2
2
alabaster==0.7.12; python_version>="3.5"
3
3
appdirs==1.4.4; python_version>="3.6"
4
-
async-timeout==3.0.1; python_full_version>="3.5.3" and python_version >= "3.6"
4
+
async-timeout>=4.0; python_full_version>="3.5.3" and python_version >= "3.6" and python_version < "3.11"
5
5
atomicwrites==1.4.0; python_version>="3.6" and python_full_version < "3.0.0" and sys_platform == "win32" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6") or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6")
6
6
attrs==21.2.0; python_version>="3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
7
7
babel==2.9.1; python_version>="3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
0 commit comments