diff --git a/providers/openlineage/docs/index.rst b/providers/openlineage/docs/index.rst index b3a2c076b0620..018551b59402f 100644 --- a/providers/openlineage/docs/index.rst +++ b/providers/openlineage/docs/index.rst @@ -108,8 +108,8 @@ PIP package Version required ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``apache-airflow-providers-common-compat`` ``>=1.10.1`` ``attrs`` ``>=22.2`` -``openlineage-integration-common`` ``>=1.40.0`` -``openlineage-python`` ``>=1.40.0`` +``openlineage-integration-common`` ``>=1.41.0`` +``openlineage-python`` ``>=1.41.0`` ========================================== ================== Cross provider package dependencies diff --git a/providers/openlineage/pyproject.toml b/providers/openlineage/pyproject.toml index 46fa96ce5fc0d..fe77cf5dba1cb 100644 --- a/providers/openlineage/pyproject.toml +++ b/providers/openlineage/pyproject.toml @@ -62,8 +62,8 @@ dependencies = [ "apache-airflow-providers-common-sql>=1.20.0", "apache-airflow-providers-common-compat>=1.10.1", # use next version "attrs>=22.2", - "openlineage-integration-common>=1.40.0", - "openlineage-python>=1.40.0", + "openlineage-integration-common>=1.41.0", + "openlineage-python>=1.41.0", ] [dependency-groups]