terricain / aioboto3

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

Update aiobotocore version to 2.3.4 #269

Closed julianogv closed 2 years ago

julianogv commented 2 years ago

Hi there.

I would like to know if it's possible to release a new version using aiobotocore 2.3.4 instead of 2.3.0.

The new aiobotocore 2.3.4 version has a fix (fix connect timeout while getting IAM creds) that is really critical for me (and many others, I believe).

Thanks in advance.

Regards.

PhE commented 2 years ago

+1 please relax the dep to something like : aiobotocore = "^2.3.0"

terricain commented 2 years ago

This is done, https://pypi.org/project/aioboto3/10.0.0/ is out.