File tree Expand file tree Collapse file tree
openmetadata-airflow-apis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ ARG INGESTION_DEPENDENCY="all"
7676ENV PIP_NO_CACHE_DIR=1
7777# Make pip silent
7878ENV PIP_QUIET=1
79- ARG RI_VERSION="1.6.8.0 "
79+ ARG RI_VERSION="1.6.8.1 "
8080RUN pip install --upgrade pip
8181RUN pip install "openmetadata-managed-apis~=${RI_VERSION}" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-3.10.txt"
8282RUN 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.6.8.0 "
87+ ARG RI_VERSION="1.6.8.1 "
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.6.8.0 "
9+ version = " 1.6.8.1 "
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.6.8.0 "
9+ version = " 1.6.8.1 "
1010readme = " README.md"
1111authors = [
1212 {name = " OpenMetadata Committers" }
You can’t perform that action at this time.
0 commit comments