Skip to content

Commit 876983e

Browse files
semarjclaude
andcommitted
Fix async-timeout dependency conflict
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]>
1 parent 604e04f commit 876983e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp>=3.9.0; python_version >= "3.6"
22
alabaster==0.7.12; python_version >= "3.5"
33
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"
55
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")
66
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"
77
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

Comments
 (0)