diff --git a/requirements/deps/constraints.txt b/requirements/deps/constraints.txt index 8a064c9b56..7da1129d1d 100644 --- a/requirements/deps/constraints.txt +++ b/requirements/deps/constraints.txt @@ -46,7 +46,7 @@ packaging<24.0 urllib3<1.27 # TODO: Constriant due to aiobotocore, remove when that gets updates: -botocore<1.34.52 +botocore<1.34.132 # NOTE(jennings): pinned due to later versions not supporting api_key_auth in UnstructuredClient unstructured-client>=0.15.1 diff --git a/requirements/ingest/embed-aws-bedrock.txt b/requirements/ingest/embed-aws-bedrock.txt index f87c7ea75e..2c97a997d1 100644 --- a/requirements/ingest/embed-aws-bedrock.txt +++ b/requirements/ingest/embed-aws-bedrock.txt @@ -20,9 +20,9 @@ async-timeout==4.0.3 # langchain attrs==24.2.0 # via aiohttp -boto3==1.34.51 +boto3==1.34.131 # via -r ./ingest/embed-aws-bedrock.in -botocore==1.34.51 +botocore==1.34.131 # via # -c ./ingest/../deps/constraints.txt # boto3 diff --git a/requirements/ingest/s3.txt b/requirements/ingest/s3.txt index 6a4d0a0f74..418f348375 100644 --- a/requirements/ingest/s3.txt +++ b/requirements/ingest/s3.txt @@ -4,7 +4,7 @@ # # pip-compile ./ingest/s3.in # -aiobotocore==2.12.3 +aiobotocore==2.13.1 # via s3fs aiohappyeyeballs==2.3.5 # via aiohttp @@ -20,7 +20,7 @@ async-timeout==4.0.3 # via aiohttp attrs==24.2.0 # via aiohttp -botocore==1.34.51 +botocore==1.34.131 # via # -c ./ingest/../deps/constraints.txt # aiobotocore