terricain / aioboto3

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

Why package is locked to specific versions of packages? #241

Closed lesnik512 closed 2 years ago

lesnik512 commented 2 years ago

Hi, thanks for this library!

I have a problem with dependabot saying me to update some dependencies, for example aiobotocore, but the problem is that aioboto3 seems to be locked on specific version of aiobotocore=1.3.3. Are there problems with newer versions?

terricain commented 2 years ago

Because this package patches specific methods of boto3 which aiobotocore brings in. Though you have reminded me I need up update it to 1.4.1

terricain commented 2 years ago

v9.2.1 is out