From d9f2e96aab3d926f0557185a557e5314d15c7e91 Mon Sep 17 00:00:00 2001 From: Soumaya Mauthoor Date: Thu, 16 Jul 2026 11:31:51 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 645edc60..952442c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "prettytable>=3.17.0", "asyncio>=4.0.0", "anyio>=4.13.0", - "aiohttp>=3.13.2", + "aiohttp==3.7.0", ] version = "v1.4.1"