From 1f4a1c107bba93050e257af22096babf17c27c37 Mon Sep 17 00:00:00 2001 From: No767 <73260931+No767@users.noreply.github.com> Date: Sun, 22 Oct 2023 23:53:14 -0700 Subject: [PATCH] Update aiohttp constraints With aiohttp releasing 3.9.0, which supports 3.12, we need to update the current constraints --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ad05803..046084eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -aiohttp>=3.6.0,<3.9.0 \ No newline at end of file +aiohttp>=3.7.4,<4