This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 5fc3f63bd2 Limit watchtower as depenendcy as 3.3.0 breaks moin. 
(#41612) (#41614)
5fc3f63bd2 is described below

commit 5fc3f63bd21ab47bfbf9d6c8cd9fd29275313485
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Aug 20 15:07:46 2024 +0200

    Limit watchtower as depenendcy as 3.3.0 breaks moin. (#41612) (#41614)
---
 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 c69542ef33..1c6a86f180 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -101,7 +101,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 58fb34b2ad..1ac11366c6 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",

Reply via email to