From 6c2a5e3d13643ca899458a10db14a56daa9cbd97 Mon Sep 17 00:00:00 2001 From: Akash-Jain Date: Mon, 7 Aug 2023 10:41:51 +0530 Subject: [PATCH] Update Python Packages for 1.1.1 Release --- ingestion/Dockerfile | 4 ++-- ingestion/operators/docker/Dockerfile | 4 ++-- ingestion/setup.py | 2 +- openmetadata-airflow-apis/setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ingestion/Dockerfile b/ingestion/Dockerfile index bb0fad549b14..5439586231c5 100644 --- a/ingestion/Dockerfile +++ b/ingestion/Dockerfile @@ -82,8 +82,8 @@ ENV PIP_NO_CACHE_DIR=1 ENV PIP_QUIET=1 RUN pip install --upgrade pip -RUN pip install "openmetadata-managed-apis~=1.1.0.4" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-3.9.txt" -RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=1.1.0.4" +RUN pip install "openmetadata-managed-apis~=1.1.1.0" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-3.9.txt" +RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=1.1.1.0" # Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593 RUN echo "Image built for $(uname -m)" diff --git a/ingestion/operators/docker/Dockerfile b/ingestion/operators/docker/Dockerfile index 1bdc65807024..fd6c7345255b 100644 --- a/ingestion/operators/docker/Dockerfile +++ b/ingestion/operators/docker/Dockerfile @@ -87,8 +87,8 @@ RUN pip install --upgrade pip ARG INGESTION_DEPENDENCY="all" RUN pip install --upgrade pip -RUN pip install "openmetadata-ingestion[airflow]~=1.1.0.4" -RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=1.1.0.4" +RUN pip install "openmetadata-ingestion[airflow]~=1.1.1.0" +RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=1.1.1.0" # Temporary workaround for https://github.com/open-metadata/OpenMetadata/issues/9593 RUN echo "Image built for $(uname -m)" diff --git a/ingestion/setup.py b/ingestion/setup.py index 4d7c400040aa..732ce76b9380 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.2.0.0.dev0", + version="1.1.1.0", 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 a808f59cb78e..5ad9fbdbd908 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.2.0.0.dev0", + version="1.1.1.0", url="https://open-metadata.org/", author="OpenMetadata Committers", license="Apache License 2.0",