From fcd9f506b254368dbca81740dac941d9ac2945a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Paw=C5=82owski?= Date: Tue, 12 Aug 2025 14:43:39 +0200 Subject: [PATCH] [Async] Apply minimal dependencies versions --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6ce15afc5..fa0302ab5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -99,5 +99,5 @@ pandas = secure-local-storage = keyring>=23.1.0,<26.0.0 aio = - aiohttp - aioboto3 + aiohttp>=3.12.14 + aioboto3>=15.0.0