bump ingestion version 1.7.5.4

This commit is contained in:
Ayush Shah 2025-07-14 11:04:02 +01:00
parent 02d3047719
commit c199002d0a
4 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ ARG INGESTION_DEPENDENCY="all"
ENV PIP_NO_CACHE_DIR=1
# Make pip silent
ENV PIP_QUIET=1
ARG RI_VERSION="1.7.5.3"
ARG RI_VERSION="1.7.5.4"
RUN pip install --upgrade pip
RUN pip install "openmetadata-managed-apis~=${RI_VERSION}" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-3.10.txt"
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"

View File

@ -84,7 +84,7 @@ ENV PIP_QUIET=1
RUN pip install --upgrade pip
ARG INGESTION_DEPENDENCY="all"
ARG RI_VERSION="1.7.5.3"
ARG RI_VERSION="1.7.5.4"
RUN pip install --upgrade pip
RUN pip install "openmetadata-ingestion[airflow]~=${RI_VERSION}"
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"

View File

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
# since it helps us organize and isolate version management
[project]
name = "openmetadata-ingestion"
version = "1.7.5.3"
version = "1.7.5.4"
dynamic = ["readme", "dependencies", "optional-dependencies"]
authors = [
{ name = "OpenMetadata Committers" }

View File

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
# since it helps us organize and isolate version management
[project]
name = "openmetadata_managed_apis"
version = "1.7.5.3"
version = "1.7.5.4"
readme = "README.md"
authors = [
{name = "OpenMetadata Committers"}