Skip to content

Commit b68cab0

Browse files
committed
bump ingestion version
1 parent c24a786 commit b68cab0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ingestion/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ARG INGESTION_DEPENDENCY="all"
8080
ENV PIP_NO_CACHE_DIR=1
8181
# Make pip silent
8282
ENV PIP_QUIET=1
83-
ARG RI_VERSION="1.11.6.1"
83+
ARG RI_VERSION="1.11.6.2"
8484
RUN pip install --upgrade pip
8585
RUN pip install "openmetadata-managed-apis~=${RI_VERSION}" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.1.5/constraints-3.10.txt"
8686
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"

ingestion/operators/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ENV PIP_QUIET=1
8484
RUN pip install --upgrade pip
8585

8686
ARG INGESTION_DEPENDENCY="all"
87-
ARG RI_VERSION="1.11.6.1"
87+
ARG RI_VERSION="1.11.6.2"
8888
RUN pip install --upgrade pip
8989
RUN pip install "openmetadata-ingestion[airflow]~=${RI_VERSION}"
9090
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"

ingestion/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
# since it helps us organize and isolate version management
77
[project]
88
name = "openmetadata-ingestion"
9-
version = "1.11.6.1"
9+
version = "1.11.6.2"
1010
dynamic = ["readme", "dependencies", "optional-dependencies"]
1111
authors = [
1212
{ name = "OpenMetadata Committers" }

openmetadata-airflow-apis/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
# since it helps us organize and isolate version management
77
[project]
88
name = "openmetadata_managed_apis"
9-
version = "1.11.6.1"
9+
version = "1.11.6.2"
1010
readme = "README.md"
1111
authors = [
1212
{name = "OpenMetadata Committers"}

0 commit comments

Comments
 (0)