eladkal commented on code in PR #30032: URL: https://github.com/apache/airflow/pull/30032#discussion_r1136138558
########## airflow/providers/amazon/aws/hooks/base_aws.py: ########## @@ -42,6 +42,7 @@ import botocore.session import requests import tenacity +from aiobotocore.session import AioSession, get_session as async_get_session Review Comment: >so while it seems like aiobotocore may pin the botocore version, it shouldn't have major impact on user functionality. But what about boto3 version pin? -- 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]
