-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with boto3==1.36 and aiobotocore==2.18.0 #8513
Comments
We only support This comes up every now and then, and the ideal way would probably be for someone in the community to create an |
I will openly admit that my understanding of precisely which of these libraries is responsible for what is very limited. But if you look at the stack trace you will see that the error arises when Are you saying the problem is that |
Looks like there might be a temporary solution here: |
IIRC - |
I initially filed a bug against
aiobotocore
describing the problem hereaio-libs/aiobotocore#1272 (comment)
From the discussion there it seems like people believe that the problem needs to be fixed moto.
Please have a look because currently moto does not work correctly with
boto3==1.36
andaiobotocore==2.18.0
.The text was updated successfully, but these errors were encountered: