From 7313f9035027739b6a09eccc21861b5cf7c20d9f Mon Sep 17 00:00:00 2001 From: 3252a8 <3252a8@proton.me> Date: Thu, 4 Jun 2026 11:32:08 +0300 Subject: [PATCH] fix: keep aiohttp within aiogram constraints --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d3fb3a3..ac2152a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ aiogram==3.28.2 python-dotenv==1.2.2 -aiohttp==3.14.0 +aiohttp>=3.13.5,<3.14 pydantic==2.13.4 yookassa==3.10.1 httpx>=0.27.0