From eb88dc11c78dc4167c04f2981f9abf9c07c2b27e Mon Sep 17 00:00:00 2001 From: Sriharsha Chintalapani Date: Sun, 26 May 2024 17:04:22 -0700 Subject: [PATCH] update python sdk pages to reflect latest version of python package (#16418) --- openmetadata-docs/content/v1.4.x/sdk/python/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-docs/content/v1.4.x/sdk/python/index.md b/openmetadata-docs/content/v1.4.x/sdk/python/index.md index 6dbd84d07966..34802828938c 100644 --- a/openmetadata-docs/content/v1.4.x/sdk/python/index.md +++ b/openmetadata-docs/content/v1.4.x/sdk/python/index.md @@ -15,7 +15,7 @@ Make sure to use the same `openmetadata-ingestion` version as your server versio server at version 0.13.0, you will need to install: ```python -pip install "openmetadata-ingestion~=0.13.0" +pip install "openmetadata-ingestion~=1.4.0.1" ``` {% /note %}