This is an automated email from the ASF dual-hosted git repository.
husseinawala 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 e8e79ae3c6 Remove duplicate `asgiref` dependency in Amazon Provider
(#34580)
e8e79ae3c6 is described below
commit e8e79ae3c6140571860e2a909a0492fb42adfddc
Author: Andrey Anshin <[email protected]>
AuthorDate: Mon Sep 25 00:05:53 2023 +0400
Remove duplicate `asgiref` dependency in Amazon Provider (#34580)
---
airflow/providers/amazon/provider.yaml | 1 -
generated/provider_dependencies.json | 1 -
2 files changed, 2 deletions(-)
diff --git a/airflow/providers/amazon/provider.yaml
b/airflow/providers/amazon/provider.yaml
index dcfcb333eb..b9e2e03131 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -81,7 +81,6 @@ dependencies:
# NOTE!!! BOTOCORE version is always shifted by 3 MINOR VERSIONS from boto3
# See https://github.com/boto/boto3/issues/2702
- botocore>=1.31.0
- - asgiref
# watchtower 3 has been released end Jan and introduced breaking change
across the board that might
# change logging behaviour:
#
https://github.com/kislyuk/watchtower/blob/develop/Changes.rst#changes-for-v300-2022-01-26
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index 477bb313b2..1eecaa04b9 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -25,7 +25,6 @@
"apache-airflow-providers-http",
"apache-airflow>=2.4.0",
"asgiref",
- "asgiref",
"boto3>=1.28.0",
"botocore>=1.31.0",
"jsonpath_ng>=1.5.3",