diff --git a/ingestion/Dockerfile b/ingestion/Dockerfile
index 95aa43150a09..4904df6fc5c4 100644
--- a/ingestion/Dockerfile
+++ b/ingestion/Dockerfile
@@ -81,7 +81,7 @@ ARG INGESTION_DEPENDENCY="all"
 ENV PIP_NO_CACHE_DIR=1
 # Make pip silent
 ENV PIP_QUIET=1
-ARG RI_VERSION="1.2.4.5"
+ARG RI_VERSION="1.2.4.6"
 RUN pip install --upgrade pip
 RUN pip install "openmetadata-managed-apis~=${RI_VERSION}" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-3.9.txt"
 RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"
diff --git a/ingestion/operators/docker/Dockerfile b/ingestion/operators/docker/Dockerfile
index 61c684a11137..f6db66b4770e 100644
--- a/ingestion/operators/docker/Dockerfile
+++ b/ingestion/operators/docker/Dockerfile
@@ -87,7 +87,7 @@ ENV PIP_QUIET=1
 RUN pip install --upgrade pip
 
 ARG INGESTION_DEPENDENCY="all"
-ARG RI_VERSION="1.2.4.5"
+ARG RI_VERSION="1.2.4.6"
 RUN pip install --upgrade pip
 RUN pip install "openmetadata-ingestion[airflow]~=${RI_VERSION}"
 RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"
diff --git a/ingestion/setup.py b/ingestion/setup.py
index 70807edf1e6d..7ec54bee9a2b 100644
--- a/ingestion/setup.py
+++ b/ingestion/setup.py
@@ -311,7 +311,7 @@ def get_long_description():
 build_options = {"includes": ["_cffi_backend"]}
 setup(
     name="openmetadata-ingestion",
-    version="1.2.4.5",
+    version="1.2.4.6",
     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 42fb4a1a866b..dda4d358092d 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.4.5",
+    version="1.2.4.6",
     url="https://open-metadata.org/",
     author="OpenMetadata Committers",
     license="Apache License 2.0",