From a746bea7eced4f666df109cf5c8a235400bb0d33 Mon Sep 17 00:00:00 2001 From: Daniel King Date: Mon, 28 Sep 2020 17:30:11 -0400 Subject: [PATCH] [batch] pin to YARL 1.5.1 which avoids bug --- docker/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/requirements.txt b/docker/requirements.txt index 265039f7047b..4f07cbac5a12 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -51,4 +51,6 @@ urllib3==1.24.3 uvloop==0.14.0 Werkzeug==0.15.4 wheel>=0.31.0 +# yarl 1.6.0 broke query string parsing in aiohttp 3.6.[012] https://github.com/aio-libs/aiohttp/issues/4972#issuecomment-700290809 +yarl<1.6.0 zulip==0.6.3