From 85f26b04bf327199e69f93cd6cbfb8947c704977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=A9s?= Date: Fri, 4 Jul 2025 13:04:42 +0200 Subject: [PATCH] remove boto3 hardcoded dependency Not needed, use the boto3 version from the runtime. --- lib/layer/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/layer/requirements.txt b/lib/layer/requirements.txt index f8e015a..4888418 100644 --- a/lib/layer/requirements.txt +++ b/lib/layer/requirements.txt @@ -1,4 +1,3 @@ opensearch-py==2.3.1 -boto3==1.35.3 crhelper==2.0.11 -requests-aws4auth==1.2.3 \ No newline at end of file +requests-aws4auth==1.2.3