terricain / aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aioboto3 latest version 11.0.1 does not support aiobotocore 2.5.0

taybur43 opened this issue · comments

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

@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

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

v11.1.0 is out

@terrycain Thanks a lot for being too supportive.