Skip to content

Commit

Permalink
pin in providers (apache#43001)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawwar authored and ellisms committed Nov 13, 2024
1 parent 16929f1 commit 1a73874
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down Expand Up @@ -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": [],
Expand Down Expand Up @@ -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"
],
Expand Down
2 changes: 1 addition & 1 deletion providers/src/airflow/providers/apache/livy/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion providers/src/airflow/providers/dbt/cloud/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion providers/src/airflow/providers/http/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1a73874

Please sign in to comment.