Skip to content

Commit 1270526

Browse files
committed
chore: use hitl methods from core
1 parent b8112e4 commit 1270526

4 files changed

Lines changed: 8 additions & 206 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-llamaindex"
3-
version = "0.0.24"
3+
version = "0.0.26"
44
description = "UiPath LlamaIndex SDK"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"
@@ -9,7 +9,7 @@ dependencies = [
99
"llama-index-embeddings-azure-openai>=0.3.8",
1010
"llama-index-llms-azure-openai>=0.3.2",
1111
"openinference-instrumentation-llama-index>=4.3.0",
12-
"uipath>=2.0.64",
12+
"uipath>=2.0.65, <2.1.0",
1313
]
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",

src/uipath_llamaindex/_cli/_runtime/_hitl.py

Lines changed: 0 additions & 197 deletions
This file was deleted.

src/uipath_llamaindex/_cli/_runtime/_runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
UiPathRuntimeResult,
2727
UiPathRuntimeStatus,
2828
)
29+
from uipath._cli._runtime._hitl import HitlProcessor, HitlReader
2930
from uipath.tracing import TracingManager
3031

3132
from .._tracing._oteladapter import LlamaIndexExporter
3233
from ._context import UiPathLlamaIndexRuntimeContext
3334
from ._exception import UiPathLlamaIndexRuntimeError
34-
from ._hitl import HitlProcessor, HitlReader
3535

3636
logger = logging.getLogger(__name__)
3737

uv.lock

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)