From db976a1f7438954680ef285f3ceb42469a9a6f55 Mon Sep 17 00:00:00 2001 From: Kazuki Hasegawa Date: Thu, 13 Jun 2024 18:36:14 +0900 Subject: [PATCH] Upgrade boto3 library to support EKS Pod Identity. (#5064) --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 36a08a287a..f00a6f7079 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -15,7 +15,7 @@ psycopg2-binary~=2.9.6 pycryptodome==3.19.1 python-dotenv==1.0.0 Authlib==1.2.0 -boto3==1.28.17 +boto3==1.34.123 tenacity==8.2.2 cachetools~=5.3.0 weaviate-client~=3.21.0