terricain / aioboto3

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

[Question] When is the planned release for 10.4.0? #290

Closed lukehsiao closed 1 year ago

lukehsiao commented 1 year ago

We love the aioboto3 library, but have some other dependencies (like s3fs) that require aiobotocore 2.4.2, making them incompatible.

Because no versions of s3fs match >2023.1.0,<2024.0.0
 and s3fs (2023.1.0) depends on aiobotocore (>=2.4.2,<2.5.0), s3fs (>=2023.1.0,<2024.0.0) requires aiobotocore (>=2.4.2,<2.5.0).
And because aiobotocore (2.4.1) depends on aiobotocore (2.4.1), s3fs (>=2023.1.0,<2024.0.0) is incompatible with aiobotocore (2.4.1).
And because aioboto3 (10.3.0) depends on aiobotocore (2.4.1)
 and no versions of aioboto3 match >10.3.0,<11.0.0, s3fs (>=2023.1.0,<2024.0.0) is incompatible with aioboto3 (>=10.3.0,<11.0.0).
So, because <redacted> depends on both aioboto3 (^10.3.0) and s3fs (^2023.1.0), version solving failed.

It looks like aioboto3 has already bumped that dependency (https://github.com/terrycain/aioboto3/commit/86985e5d9909e5511914bfceab2398f1ff04f82a), just curious when this is planned for release :).

terricain commented 1 year ago

Must have got sidetracked, 10.4.0 is out. :smile:

lukehsiao commented 1 year ago

Amazing, thank you!