From 90bd7bd6c56af89a93c1f0692463bf67e776104e Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 20 Aug 2021 06:59:33 -0600 Subject: [PATCH] Pin aiobotocore dependency more strictly https://github.com/aio-libs/aiobotocore/releases/tag/1.4.0 introduced a backwards-incompatible change, so we need to only allow tiny to flex for the future. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f2fad9f..57cbf9e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -aiobotocore>=1.0.1 +aiobotocore~=1.4.0 fsspec==2021.07.0