Skip to content

Commit

Permalink
Update openlineage provider to min version of airflow 2.7.0 (#32882)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Jul 28, 2023
1 parent f8aae79 commit 8a0f410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/openlineage/provider.yaml
Expand Up @@ -26,7 +26,7 @@ versions:
- 1.0.0

dependencies:
- apache-airflow>=2.6.0
- apache-airflow>=2.7.0
- apache-airflow-providers-common-sql>=1.3.1
- attrs>=22.2
- openlineage-integration-common>=0.28.0
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Expand Up @@ -653,7 +653,7 @@
"openlineage": {
"deps": [
"apache-airflow-providers-common-sql>=1.3.1",
"apache-airflow>=2.6.0",
"apache-airflow>=2.7.0",
"attrs>=22.2",
"openlineage-integration-common>=0.28.0",
"openlineage-python>=0.28.0"
Expand Down

0 comments on commit 8a0f410

Please sign in to comment.