From e3f6bf5696108cd4098812f6de7647bb8166af41 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Tue, 24 Oct 2023 11:49:37 +0200 Subject: [PATCH] Bump python version to 1.1.7.2 --- ingestion/Dockerfile | 2 +- ingestion/operators/docker/Dockerfile | 2 +- ingestion/setup.py | 2 +- openmetadata-airflow-apis/setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ingestion/Dockerfile b/ingestion/Dockerfile index 5e08ef0ce957..f9ef074e8be8 100644 --- a/ingestion/Dockerfile +++ b/ingestion/Dockerfile @@ -80,7 +80,7 @@ ARG INGESTION_DEPENDENCY="all" ENV PIP_NO_CACHE_DIR=1 # Make pip silent ENV PIP_QUIET=1 -ARG RI_VERSION="1.1.7.1" +ARG RI_VERSION="1.1.7.2" RUN pip install --upgrade pip RUN pip install "openmetadata-managed-apis~=${RI_VERSION}" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-3.9.txt" RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}" diff --git a/ingestion/operators/docker/Dockerfile b/ingestion/operators/docker/Dockerfile index 7f71063c367e..e59f7886189b 100644 --- a/ingestion/operators/docker/Dockerfile +++ b/ingestion/operators/docker/Dockerfile @@ -86,7 +86,7 @@ ENV PIP_QUIET=1 RUN pip install --upgrade pip ARG INGESTION_DEPENDENCY="all" -ARG RI_VERSION="1.1.7.1" +ARG RI_VERSION="1.1.7.2" RUN pip install --upgrade pip RUN pip install "openmetadata-ingestion[airflow]~=${RI_VERSION}" RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}" diff --git a/ingestion/setup.py b/ingestion/setup.py index f06313883ad6..57334492b1dc 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -266,7 +266,7 @@ def get_long_description(): build_options = {"includes": ["_cffi_backend"]} setup( name="openmetadata-ingestion", - version="1.1.7.1", + version="1.1.7.2", url="https://open-metadata.org/", author="OpenMetadata Committers", license="Apache License 2.0", diff --git a/openmetadata-airflow-apis/setup.py b/openmetadata-airflow-apis/setup.py index a94ee6659445..eda025da829f 100644 --- a/openmetadata-airflow-apis/setup.py +++ b/openmetadata-airflow-apis/setup.py @@ -69,7 +69,7 @@ def get_long_description(): packages=find_packages(include=[f"{PLUGIN_NAME}.*", PLUGIN_NAME]), include_package_data=True, package_data={PLUGIN_NAME: get_package_data()}, - version="1.1.7.1", + version="1.1.7.2", url="https://open-metadata.org/", author="OpenMetadata Committers", license="Apache License 2.0",