This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 1b602d5026 Limit watchtower as depenendcy as 3.3.0 breaks moin.
(#41612)
1b602d5026 is described below
commit 1b602d50266184d118db52a674baeab29b1f5688
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Aug 20 15:05:00 2024 +0200
Limit watchtower as depenendcy as 3.3.0 breaks moin. (#41612)
---
airflow/providers/amazon/provider.yaml | 2 +-
generated/provider_dependencies.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow/providers/amazon/provider.yaml
b/airflow/providers/amazon/provider.yaml
index b993a7c4f9..074a8afa8c 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -102,7 +102,7 @@ dependencies:
- botocore>=1.34.90
- inflection>=0.5.1
# Allow a wider range of watchtower versions for flexibility among users
- - watchtower>=3.0.0,<4
+ - watchtower>=3.0.0,!=3.3.0,<4
- jsonpath_ng>=1.5.3
- redshift_connector>=2.0.918
- sqlalchemy_redshift>=0.8.6
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index 9ee5180dd8..96a2671f2b 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -41,7 +41,7 @@
"jsonpath_ng>=1.5.3",
"redshift_connector>=2.0.918",
"sqlalchemy_redshift>=0.8.6",
- "watchtower>=3.0.0,<4"
+ "watchtower>=3.0.0,!=3.3.0,<4"
],
"devel-deps": [
"aiobotocore>=2.13.0",