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

upgrade botocore dependency to 1.34.98? #1114

Closed tgpfeiffer closed 3 months ago

tgpfeiffer commented 3 months ago

Related: https://github.com/aio-libs/aiobotocore/issues/1095, https://github.com/aio-libs/aiobotocore/issues/1089

I would like to use

api-change:sesv2: [botocore] Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2

from boto3 1.34.98: https://github.com/boto/boto3/blob/3318095f2f2c2ebcc2e598a0eb87bab69df33d79/CHANGELOG.rst#L64-L73

Would it be possible to upgrade the dependency?

I can try and create a PR similar to https://github.com/aio-libs/aiobotocore/pull/1100, but I am not confident I can detect/fix issues that result from the upgraded dependency.