aio-libs / aiobotocore

asyncio support for botocore library using aiohttp
https://aiobotocore.rtfd.io
Apache License 2.0
1.14k stars 179 forks source link

Support Bedrock Converse by bumping `botocore` and `boto3` #1123

Closed AndreCNF closed 1 month ago

AndreCNF commented 1 month ago

The new AWS Bedrock Converse API became available in botocore and boto3 version 1.34.116, yet aiobotocore currently restricts botocore and boto3 to <1.34.107.

I'd like this update to happen so as to address this issue in aioboto3 and this PR in LlamaIndex.

lou-k commented 1 month ago

The converse api is actually why I opened https://github.com/aio-libs/aiobotocore/pull/1122!