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 3698fabb477 nit: bump openlineage libraries requirement to 1.34
(#52075)
3698fabb477 is described below
commit 3698fabb4772d753269eb1e94df2812953845b8c
Author: Kacper Muda <[email protected]>
AuthorDate: Mon Jun 23 11:51:11 2025 +0200
nit: bump openlineage libraries requirement to 1.34 (#52075)
---
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 6319f4baa99..dfecc872467 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.31.0",
- "openlineage-python>=1.31.0",
+ "openlineage-integration-common>=1.34.0",
+ "openlineage-python>=1.34.0",
]
[dependency-groups]