diff --git a/packages/uipath-llamaindex/pyproject.toml b/packages/uipath-llamaindex/pyproject.toml index 5a05a7bf..a5c27160 100644 --- a/packages/uipath-llamaindex/pyproject.toml +++ b/packages/uipath-llamaindex/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-llamaindex" -version = "0.5.9" +version = "0.5.10" description = "Python SDK that enables developers to build and deploy LlamaIndex agents to the UiPath Cloud Platform" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" diff --git a/packages/uipath-llamaindex/src/uipath_llamaindex/runtime/factory.py b/packages/uipath-llamaindex/src/uipath_llamaindex/runtime/factory.py index d9535faf..c761f70c 100644 --- a/packages/uipath-llamaindex/src/uipath_llamaindex/runtime/factory.py +++ b/packages/uipath-llamaindex/src/uipath_llamaindex/runtime/factory.py @@ -253,7 +253,7 @@ async def _create_runtime_instance( runtime_id=runtime_id, entrypoint=entrypoint, storage=storage, - debug_mode=self.context.command == "debug", + debug_mode=self.context.command in ("debug", "dev"), ) trigger_manager = UiPathResumeTriggerHandler() diff --git a/packages/uipath-llamaindex/uv.lock b/packages/uipath-llamaindex/uv.lock index 941e2f3a..54be1940 100644 --- a/packages/uipath-llamaindex/uv.lock +++ b/packages/uipath-llamaindex/uv.lock @@ -3496,7 +3496,7 @@ wheels = [ [[package]] name = "uipath-llamaindex" -version = "0.5.8" +version = "0.5.10" source = { editable = "." } dependencies = [ { name = "aiosqlite" },