File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
openmetadata-airflow-apis Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ ARG INGESTION_DEPENDENCY="all"
8080ENV PIP_NO_CACHE_DIR=1
8181# Make pip silent
8282ENV PIP_QUIET=1
83- ARG RI_VERSION="1.11.6.1 "
83+ ARG RI_VERSION="1.11.6.2 "
8484RUN pip install --upgrade pip
8585RUN pip install "openmetadata-managed-apis~=${RI_VERSION}" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.1.5/constraints-3.10.txt"
8686RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ ENV PIP_QUIET=1
8484RUN pip install --upgrade pip
8585
8686ARG INGESTION_DEPENDENCY="all"
87- ARG RI_VERSION="1.11.6.1 "
87+ ARG RI_VERSION="1.11.6.2 "
8888RUN pip install --upgrade pip
8989RUN pip install "openmetadata-ingestion[airflow]~=${RI_VERSION}"
9090RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66# since it helps us organize and isolate version management
77[project ]
88name = " openmetadata-ingestion"
9- version = " 1.11.6.1 "
9+ version = " 1.11.6.2 "
1010dynamic = [" readme" , " dependencies" , " optional-dependencies" ]
1111authors = [
1212 { name = " OpenMetadata Committers" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66# since it helps us organize and isolate version management
77[project ]
88name = " openmetadata_managed_apis"
9- version = " 1.11.6.1 "
9+ version = " 1.11.6.2 "
1010readme = " README.md"
1111authors = [
1212 {name = " OpenMetadata Committers" }
You can’t perform that action at this time.
0 commit comments