vincbeck commented on issue #64283: URL: https://github.com/apache/airflow/issues/64283#issuecomment-4143124430
Since `boto3` is a dependency of the Amazon provider package, we should not need to explicitly mention the extra `boto3`. Am I wrong? My understanding is, `aiobotocore[boto3]` means install `aiobotocore` along the optional dependency `boto3`. But `boto3` is a required dependency of the amazon provider package, so we can just remove the extra here? -- 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]
