This is an automated email from the ASF dual-hosted git repository.
mobuchowski 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 70ff46b5799 Updating openlineage-integration-common and
openlineage-python dependencies for apache-airflow-providers-openlineage
provider. (#53671)
70ff46b5799 is described below
commit 70ff46b57991843760560a6258bbccc6bdca53d5
Author: Jake Roach <[email protected]>
AuthorDate: Thu Jul 24 08:59:47 2025 -0400
Updating openlineage-integration-common and openlineage-python dependencies
for apache-airflow-providers-openlineage provider. (#53671)
---
providers/openlineage/pyproject.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/providers/openlineage/pyproject.toml
b/providers/openlineage/pyproject.toml
index 9566c537392..7331ec52aa4 100644
--- a/providers/openlineage/pyproject.toml
+++ b/providers/openlineage/pyproject.toml
@@ -61,8 +61,8 @@ dependencies = [
"apache-airflow-providers-common-sql>=1.20.0",
"apache-airflow-providers-common-compat>=1.4.0",
"attrs>=22.2",
- "openlineage-integration-common>=1.34.0",
- "openlineage-python>=1.34.0",
+ "openlineage-integration-common>=1.36.0",
+ "openlineage-python>=1.36.0",
]
[dependency-groups]