diff --git a/pyproject.toml b/pyproject.toml index daf5b4f..df76aff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-runtime" -version = "0.5.0" +version = "0.5.1" description = "Runtime abstractions and interfaces for building agents and automation scripts in the UiPath ecosystem" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" diff --git a/src/uipath/runtime/resumable/trigger.py b/src/uipath/runtime/resumable/trigger.py index ba7a12c..7ecf390 100644 --- a/src/uipath/runtime/resumable/trigger.py +++ b/src/uipath/runtime/resumable/trigger.py @@ -18,6 +18,7 @@ class UiPathResumeTriggerType(str, Enum): API = "Api" DEEP_RAG = "DeepRag" BATCH_RAG = "BatchRag" + EPHEMERAL_INDEX = "EphemeralIndex" IXP_EXTRACTION = "IxpExtraction" @@ -34,6 +35,7 @@ class UiPathResumeTriggerName(str, Enum): API = "Api" DEEP_RAG = "DeepRag" BATCH_RAG = "BatchRag" + EPHEMERAL_INDEX = "EphemeralIndex" EXTRACTION = "Extraction" diff --git a/uv.lock b/uv.lock index 6a9123b..70ef259 100644 --- a/uv.lock +++ b/uv.lock @@ -1005,7 +1005,7 @@ wheels = [ [[package]] name = "uipath-runtime" -version = "0.5.0" +version = "0.5.1" source = { editable = "." } dependencies = [ { name = "uipath-core" },