aio-libs / aiobotocore

asyncio support for botocore library using aiohttp

Home Page:https://aiobotocore.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upgrade botocore to 1.29.98

igoichuk opened this issue · comments

commented

botocore 1.29.98 has ephemeralStorage support for FARGATE Batch compute:
https://github.com/boto/boto3/blob/develop/CHANGELOG.rst#L440

Please upgrade when you have a chance.

As a reference, here's the guide to update botocore for aiobotocore. Can't say when I will have time to look into that.

EDIT: the AWS Lambda runtime currently uses boto3 1.26.90, i.e. botocore 1.29.90. We might bump to that version at least if it is less cumbersome.

@thehesiod here are the differences between botocore 1.29.76 (the one aiobotocore locked) and 1.29.77. The differences are all in .json files: what I should do is to change the aiobotocore api to match the changes in the JSON?

yep! super easy PR then. Perhaps we can add an auto upgrader action that can propose PRs if there are only json changes

Please try upgrade to 1.29.158

yep! super easy PR then. Perhaps we can add an auto upgrader action that can propose PRs if there are only json changes

So just to be clear: if the only change between botocore versions are just json files (outside of the .py files that contain the version specifier), nothing has to change in aiobotocore?

If that is the case, I can take care of upgrading the botocore dependency as far as I can manage.

How would you like to implement the action to check the file changes in botocore? I reckon a new release is basically pushed every day.

For completeness, some developments about this can also be found in #1017

Please upgrade botocore to the latest version(Auto-sync with the newest version).
The invokust always downloads the latest versions of botocore version.