Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade botocore to 1.29.98 #1014

Closed
igoichuk opened this issue May 23, 2023 · 8 comments
Closed

upgrade botocore to 1.29.98 #1014

igoichuk opened this issue May 23, 2023 · 8 comments

Comments

@igoichuk
Copy link

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.

@baggiponte
Copy link

baggiponte commented Jun 21, 2023

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.

@baggiponte
Copy link

@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?

@thehesiod
Copy link
Collaborator

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

@niketh90
Copy link

Please try upgrade to 1.29.158

@baggiponte
Copy link

baggiponte commented Jun 22, 2023

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.

@baggiponte
Copy link

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

@sachinrautixn
Copy link

sachinrautixn commented Jul 3, 2023

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

@thehesiod
Copy link
Collaborator

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants