diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml index 7873c40f31528..8c0c13fbc6537 100644 --- a/airflow/providers/amazon/provider.yaml +++ b/airflow/providers/amazon/provider.yaml @@ -87,7 +87,8 @@ dependencies: # See https://github.com/boto/boto3/issues/2702 - botocore>=1.31.0 - inflection>=0.5.1 - - watchtower~=3.0.1 + # Allow a wider range of watchtower versions for flexibility among users + - watchtower>=2.0.1,<4 - jsonpath_ng>=1.5.3 - redshift_connector>=2.0.888 - sqlalchemy_redshift>=0.8.6 diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index 9027a156b74ac..89ae8735bca13 100644 --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -31,7 +31,7 @@ "jsonpath_ng>=1.5.3", "redshift_connector>=2.0.888", "sqlalchemy_redshift>=0.8.6", - "watchtower~=3.0.1" + "watchtower>=2.0.1,<4" ], "cross-providers-deps": [ "apache.hive",