From 0872999e6ce2e2410e022ac8a089fc9f0d6ed243 Mon Sep 17 00:00:00 2001 From: Rob Sonke Date: Fri, 10 Jan 2025 09:45:13 +0100 Subject: [PATCH] fix: Downgrading aiohttp a bit to meet the level of MA --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f92590..7ba993a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] -dependencies = ["aiohttp>=3.11.11"] +dependencies = ["aiohttp>=3.11.0"] [project.optional-dependencies] # speedups = [