aiobotocore icon indicating copy to clipboard operation
aiobotocore copied to clipboard

support botocore-1.34.53?

Open rohit901 opened this issue 1 year ago • 3 comments
trafficstars

Could you please support botocore-1.34.53

Im getting this error: aiobotocore 2.12.0 requires botocore<1.34.52,>=1.34.41, but you have botocore 1.34.53 which is incompatible.

rohit901 avatar Mar 01 '24 03:03 rohit901

i have the same problem ..i have a schedule that runs on the first day of the every month to update all the aws packages and every other aws packages almost support the latest version except this one ..could you please try to make a release to support the latest versions of other aws packages like (botocore, boto3, awscli etc).

Ranjith072 avatar Mar 01 '24 14:03 Ranjith072

Thanks for using aiobotocore!

Due to the way we integrate with botocore, there will always be a gap between their most recent release and the latest version we have reviewed and approved. See also #1089

We aim to keep that gap small, but your dependency management and/or CI should take that into account to avoid running into the sort of issues you are experiencing.

What prevents you from working with botocore==1.34.51 until we ship a new release?

jakob-keller avatar Mar 01 '24 14:03 jakob-keller

I think in my case there shouldn't be any issues, just that the pip dependency manager complains about it :/ anyway, thank you for the information, you may close the issue in this case.

rohit901 avatar Mar 01 '24 16:03 rohit901