From c0ebf3bea0b2a4bcf75171d44439e6625f995f13 Mon Sep 17 00:00:00 2001 From: usamimeri_renko <93753250+usamimeri@users.noreply.github.com> Date: Fri, 17 May 2024 14:21:09 +0800 Subject: [PATCH 1/2] Update setup.py update aioboto3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79c60b8ea..f8247fa42 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ extras_require["test"] = [ "pytest-timeout", "connexion[uvicorn]~=3.0.5", "azure-cognitiveservices-speech~=1.31.0", - "aioboto3~=11.3.0", + "aioboto3~=12.4.0", "gradio==3.0.0", "grpcio-status==1.48.2", "pylint==3.0.3", From 0d22f5870c0d9e1e06def55c84f2d27ba74c0264 Mon Sep 17 00:00:00 2001 From: usamimeri_renko <93753250+usamimeri@users.noreply.github.com> Date: Fri, 17 May 2024 14:23:09 +0800 Subject: [PATCH 2/2] Update requirements.txt update boto3 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 82b478902..b40972efb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ semantic-kernel==0.4.3.dev0 wrapt==1.15.0 #aiohttp_jinja2 # azure-cognitiveservices-speech~=1.31.0 # Used by metagpt/tools/azure_tts.py -#aioboto3~=11.3.0 # Used by metagpt/utils/s3.py +#aioboto3~=12.4.0 # Used by metagpt/utils/s3.py aioredis~=2.0.1 # Used by metagpt/utils/redis.py websocket-client==1.6.2 aiofiles==23.2.1 @@ -70,4 +70,4 @@ qianfan==0.3.2 dashscope==1.14.1 rank-bm25==0.2.2 # for tool recommendation gymnasium==0.29.1 -boto3==1.34.92 \ No newline at end of file +boto3~=1.34.69