Skip to content

Commit

Permalink
Allow a wider range of watchtower versions (#35713)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-nikolas committed Nov 20, 2023
1 parent 44efd73 commit 4d72bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion airflow/providers/amazon/provider.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Expand Up @@ -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",
Expand Down

0 comments on commit 4d72bf1

Please sign in to comment.