Skip to content

Commit

Permalink
chore: bump botocore pin (#3493)
Browse files Browse the repository at this point in the history
bump botocore pin to match aiobotocore/s pin:

aio-libs/aiobotocore@eae9743
  • Loading branch information
Coniferish authored Aug 7, 2024
1 parent 696155e commit 43ae0be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/deps/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements/ingest/embed-aws-bedrock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements/ingest/s3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 43ae0be

Please sign in to comment.