Skip to content

Commit 091f49b

Browse files
authored
aiohttp 3.0.8+ is required for Python 3.9+ compatibility (#883)
asyncio.Task.current_task was removed in Python 3.9, and a check for that was introduced in aiohttp 3.0.8
1 parent 23f1703 commit 091f49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aiohttp==3.0.6
1+
aiohttp==3.0.8
22
-r reqs-base.txt

0 commit comments

Comments
 (0)