terricain / aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend
Apache License 2.0
743 stars 76 forks source link

aioboto3 latest version 11.0.1 does not support aiobotocore 2.5.0 #297

Closed taybur43 closed 1 year ago

taybur43 commented 1 year ago

Could you please release a version aiboto3 which will support aiobotocore 2.5.0.

dacevedo12 commented 1 year ago

@terrycain Have you ever considered merging aioboto3 and aiobotocore into an aioboto monorepo?

Not sure how radical of a proposal that is, but just my 2 cents after observing this recurrent issue

Bringing the codebases closer together would likely enable better testing and CI controls to prevent one from falling behind the other. Still, it may also bring some complexity to managing the projects.

Another approach would be to have some automation that automatically submits PRs whenever aiobotocore releases a new version

terricain commented 1 year ago

So I did initially have a bot that would raise PRs when aiobotocore had an update but ultimately I fell unmaintained.

terricain commented 1 year ago

v11.1.0 is out

taybur43 commented 1 year ago

@terrycain Thanks a lot for being too supportive.