From e9732f42ff6f01db35b3e75ed4bd1557370fce3c Mon Sep 17 00:00:00 2001 From: Caleb Martin Date: Thu, 5 Feb 2026 16:54:45 -0800 Subject: [PATCH 1/3] fix: index inprogress --- .../platform/context_grounding/context_grounding_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uipath/platform/context_grounding/context_grounding_index.py b/src/uipath/platform/context_grounding/context_grounding_index.py index 698fa2b8a..b4261f014 100644 --- a/src/uipath/platform/context_grounding/context_grounding_index.py +++ b/src/uipath/platform/context_grounding/context_grounding_index.py @@ -72,5 +72,5 @@ def in_progress_ingestion(self): """Check if the last ingestion is in progress.""" return ( self.last_ingestion_status == "Queued" - or self.last_ingestion_status == "In Progress" + or self.last_ingestion_status == "InProgress" ) From f5366ce246e132dcde11d7eae22d7e8570b5d460 Mon Sep 17 00:00:00 2001 From: Caleb Martin Date: Thu, 5 Feb 2026 16:57:39 -0800 Subject: [PATCH 2/3] fix: bump version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f721b8211..f035e0919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath" -version = "2.7.11" +version = "2.7.12" description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools." readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 293c84655..a65db5b18 100644 --- a/uv.lock +++ b/uv.lock @@ -2491,7 +2491,7 @@ wheels = [ [[package]] name = "uipath" -version = "2.7.11" +version = "2.7.12" source = { editable = "." } dependencies = [ { name = "applicationinsights" }, From 34827c9260fe9f1bf4abb5b527302fce8e05a6f1 Mon Sep 17 00:00:00 2001 From: Caleb Martin Date: Fri, 6 Feb 2026 11:49:58 -0800 Subject: [PATCH 3/3] fix: version bump --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f035e0919..cda83805c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath" -version = "2.7.12" +version = "2.8.0" description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools." readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index a65db5b18..f2493c4de 100644 --- a/uv.lock +++ b/uv.lock @@ -2491,7 +2491,7 @@ wheels = [ [[package]] name = "uipath" -version = "2.7.12" +version = "2.8.0" source = { editable = "." } dependencies = [ { name = "applicationinsights" },