wilsonhooi86 commented on issue #55007: URL: https://github.com/apache/airflow/issues/55007#issuecomment-3758462254
Hi @digvijay-y , apology for late reply. I was able to get to work for `apache-airflow-providers-amazon==9.12.0` This is because `apache-airflow-providers-amazon==9.12.0` requires `boto3 `and `botocore ` 1.37.2 version onwards. `aiobotocore ` package version is quite tricky as it works for selected `boto3 `and `botocore ` versions Sample constraints: ``` apache-airflow-providers-amazon==9.12.0 boto3==1.37.2 botocore==1.37.2 aiobotocore==2.22.0 ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
