From 7ddef63cd285d6ddaa4f85ca33e6be4207f11f87 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 14 Nov 2024 11:38:14 +0100 Subject: [PATCH] chore: pin minor version of aiohttp Signed-off-by: Alex --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6277542a..13dcb054 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ include_package_data = True packages = find: python_requires = >=3.9 install_requires = - aiohttp >=3,<4 + aiohttp >=3,<3.11 pyparsing >= 3.0,<4 jsonschema >=4,<5 jinja2 >=3,<4