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

bump to botocore 1.23.0 or later

hayashier opened this issue · comments

Some packages depends on aiobotocore, but aiobotocore doesn't support botocore 1.23.0 or later.

https://github.com/aio-libs/aiobotocore/blob/2.0.1/setup.py#L10

'botocore>=1.22.8,<1.22.9',

So, due to dependencies, it is impossible to update the packages which depends on botocore to 1.23.0 or later.

When I updated botocore to 1.23.14, I faced this issue(#900, #905).

boto is used by many different libraries, so it is difficult to lock the boto version.

That is why I opened this issue which requests to bump to botocore 1.23.0 or later (For example, 1.23.14).

Thanks,

Will work on a bump hopefully today

Any updates? The patch mentioned at #905 (comment) looks good. A confirmation from the maintainer will be better.