Skip to content

Commit 277869d

Browse files
committed
Require yarl<1.6
Should fix bug aio-libs/aiohttp#4972
1 parent 03f3f2d commit 277869d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"graphql-core>=3.1,<3.2",
88
"requests>=2.23,<3",
99
"websockets>=8.1,<9",
10-
"yarl>=1.4,<2.0",
10+
"yarl>=1.4,<1.6",
1111
]
1212

1313
scripts = [

0 commit comments

Comments
 (0)