pankajastro commented on code in PR #28850: URL: https://github.com/apache/airflow/pull/28850#discussion_r1093697593
########## airflow/providers/amazon/provider.yaml: ########## @@ -52,6 +52,7 @@ dependencies: - apache-airflow>=2.3.0 - apache-airflow-providers-common-sql>=1.3.1 - boto3>=1.24.0 + - aiobotocore>=2.1.1 Review Comment: hmm, how we can avoid this conflict? should we keep this optional and move related imports to blocks where it getting used 🤷♂️ ? once we will conclude on this I'll address the other comments -- 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]
