From 7bd372ac5d7fac8010f88a5d2ae2d80936bdc9ba Mon Sep 17 00:00:00 2001 From: Soumaya Mauthoor Date: Thu, 16 Jul 2026 12:29:37 +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"