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 c941484066 pin in providers (#43001)
c941484066 is described below
commit c9414840660f58996cd86351538e6ac77afd696b
Author: Kalyan R <[email protected]>
AuthorDate: Tue Oct 15 07:17:31 2024 +0530
pin in providers (#43001)
---
generated/provider_dependencies.json | 6 +++---
providers/src/airflow/providers/apache/livy/provider.yaml | 2 +-
providers/src/airflow/providers/dbt/cloud/provider.yaml | 2 +-
providers/src/airflow/providers/http/provider.yaml | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index 8efdd5eae7..49b457cd81 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -243,7 +243,7 @@
"aiohttp>=3.9.2",
"apache-airflow-providers-http",
"apache-airflow>=2.8.0",
- "asgiref"
+ "asgiref>=2.3.0"
],
"devel-deps": [],
"plugins": [],
@@ -472,7 +472,7 @@
"aiohttp>=3.9.2",
"apache-airflow-providers-http",
"apache-airflow>=2.8.0",
- "asgiref"
+ "asgiref>=2.3.0"
],
"devel-deps": [],
"plugins": [],
@@ -746,7 +746,7 @@
"deps": [
"aiohttp>=3.9.2",
"apache-airflow>=2.8.0",
- "asgiref",
+ "asgiref>=2.3.0",
"requests>=2.27.0,<3",
"requests_toolbelt"
],
diff --git a/providers/src/airflow/providers/apache/livy/provider.yaml
b/providers/src/airflow/providers/apache/livy/provider.yaml
index 2e149246ae..48c5524808 100644
--- a/providers/src/airflow/providers/apache/livy/provider.yaml
+++ b/providers/src/airflow/providers/apache/livy/provider.yaml
@@ -58,7 +58,7 @@ dependencies:
- apache-airflow>=2.8.0
- apache-airflow-providers-http
- aiohttp>=3.9.2
- - asgiref
+ - asgiref>=2.3.0
integrations:
- integration-name: Apache Livy
diff --git a/providers/src/airflow/providers/dbt/cloud/provider.yaml
b/providers/src/airflow/providers/dbt/cloud/provider.yaml
index 828aecf335..4caa2eeba0 100644
--- a/providers/src/airflow/providers/dbt/cloud/provider.yaml
+++ b/providers/src/airflow/providers/dbt/cloud/provider.yaml
@@ -59,7 +59,7 @@ versions:
dependencies:
- apache-airflow>=2.8.0
- apache-airflow-providers-http
- - asgiref
+ - asgiref>=2.3.0
- aiohttp>=3.9.2
additional-extras:
diff --git a/providers/src/airflow/providers/http/provider.yaml
b/providers/src/airflow/providers/http/provider.yaml
index c329428987..e7a9b9ef94 100644
--- a/providers/src/airflow/providers/http/provider.yaml
+++ b/providers/src/airflow/providers/http/provider.yaml
@@ -67,7 +67,7 @@ dependencies:
- requests>=2.27.0,<3
- requests_toolbelt
- aiohttp>=3.9.2
- - asgiref
+ - asgiref>=2.3.0
integrations:
- integration-name: Hypertext Transfer Protocol (HTTP)