From c8aba77a48bd4762a81bf5dacaa16433f0960f0f Mon Sep 17 00:00:00 2001 From: Jack Michaud Date: Mon, 2 Jan 2023 21:11:14 -0500 Subject: [PATCH] chore: pin aiohttp version --- oasst-shared/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oasst-shared/setup.py b/oasst-shared/setup.py index 502d3733..a04b34e8 100644 --- a/oasst-shared/setup.py +++ b/oasst-shared/setup.py @@ -11,7 +11,7 @@ setup( author="OASST Team", install_requires=[ "pydantic==1.9.1", - "aiohttp", + "aiohttp==3.8.3", "aiohttp[speedups]", ], )