o-nikolas commented on code in PR #50285:
URL: https://github.com/apache/airflow/pull/50285#discussion_r2076574981
##########
providers/amazon/pyproject.toml:
##########
@@ -100,9 +100,6 @@ dependencies = [
# boto3 have native async support and we move away from aio aiobotocore
"aiobotocore" = [
"aiobotocore[boto3]>=2.21.1",
- # boto3 here should be synchronized with latest aiobotocore version
otherwise pip might get
- # into a backtracking loop and fail to install the package
Review Comment:
Great, thanks for the context. Glad we can get ride of this one, I have
hated that we've been carrying it so long.
--
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]