potiuk commented on code in PR #39946: URL: https://github.com/apache/airflow/pull/39946#discussion_r1625319903
########## airflow/providers/amazon/provider.yaml: ########## @@ -92,17 +92,17 @@ dependencies: # We should update minimum version of boto3 and here regularly to avoid `pip` backtracking with the number # of candidates to consider. Make sure to configure boto3 version here as well as in all the tools below # in the `devel-dependencies` section to be the same minimum version. - - boto3>=1.33.0 - - botocore>=1.33.0 + - boto3>=1.34.0 + - botocore>=1.34.0 - inflection>=0.5.1 # Allow a wider range of watchtower versions for flexibility among users - - watchtower>=2.0.1,<4 + - watchtower>=3.0.0,<4 Review Comment: Cool. -- 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]
