We are working with aioboto3==5.0.0 for our project in eks. Now we want to move to IAM Role for Service Account(IRSA) and it seems it is not supported with aioboto3==5.0.0. As mentioned here IRSA needs at least
Python (Boto3) — 1.9.220
Python (botocore) — 1.12.200
But aioboto3==5.0.0 has
boto3==1.7.58
botocore==1.10.58
I tried to update aioboto3 to its latest version available as of now 6.4.1
but it's not compatible with our codebase. So how can I know the least version of aioboto3 that supports IRSA?