From 90574b66cce07f8f4fabe99bee6ff6419c097a0b Mon Sep 17 00:00:00 2001 From: Max Fitton Date: Mon, 16 Nov 2020 18:54:16 -0800 Subject: [PATCH] pin aiohttp to the 3.x.x version (#12051) --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 18991160a..725f18a77 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,7 +5,7 @@ # In short, if you change it here, PLEASE also change it in setup.py. # # setup.py install_requires -aiohttp +aiohttp==3.7 aioredis click >= 7.0 colorama