Skip to content

Commit

Permalink
require 1.2.1 common.compat for openlineage provider (apache#43039)
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Obuchowski <[email protected]>
  • Loading branch information
mobuchowski authored Oct 15, 2024
1 parent d634904 commit 59cf3ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@
},
"openlineage": {
"deps": [
"apache-airflow-providers-common-compat>=1.2.0",
"apache-airflow-providers-common-compat>=1.2.1",
"apache-airflow-providers-common-sql>=1.6.0",
"apache-airflow>=2.8.0",
"attrs>=22.2",
Expand Down
2 changes: 1 addition & 1 deletion providers/src/airflow/providers/openlineage/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ versions:
dependencies:
- apache-airflow>=2.8.0
- apache-airflow-providers-common-sql>=1.6.0
- apache-airflow-providers-common-compat>=1.2.0
- apache-airflow-providers-common-compat>=1.2.1
- attrs>=22.2
- openlineage-integration-common>=1.22.0
- openlineage-python>=1.22.0
Expand Down

0 comments on commit 59cf3ef

Please sign in to comment.