From e17a34671ba75edca7e42fe77a66363a567bf4b1 Mon Sep 17 00:00:00 2001 From: jreadey Date: Wed, 20 May 2020 20:45:01 -0700 Subject: [PATCH] use aiobotocore version < 1 for now --- python38/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python38/Dockerfile b/python38/Dockerfile index 2a10776..c13a52d 100644 --- a/python38/Dockerfile +++ b/python38/Dockerfile @@ -14,7 +14,7 @@ RUN pip install numpy ; \ pip install pytz ; \ pip install requests ; \ pip install numba ; \ - pip install aiobotocore ; \ + pip install 'aiobotocore<1' ; \ pip install kubernetes ; \ pip install azure-storage-blob ; \ pip install aiofiles ; \