From 672b3c052bd80a0856aa66bd50284f5980f3451c Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 16 Nov 2025 19:25:12 +1000 Subject: [PATCH] Downgrade aiofiles version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a02fc039..5f0b26144 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ jsonschema>=4.23,<4.24 aiohttp>=3.10.11,<3.11 # version 3.10.11 is the last compatible version with Python 3.8 aiohttp-cors>=0.7.0,<0.8 -aiofiles>=25.1.0,<26.0 +aiofiles>=24.1.0,<25.0 Jinja2>=3.1.6,<3.2 sentry-sdk>=2.44.0,<2.45 # optional dependency psutil>=7.1.3