Skip to content

Commit 52ba44e

Browse files
authored
Merge pull request #88 from UiPath/fix/add_debug_breakpoints
fix: handle debug breakpoints
2 parents 19b283a + b1e45b5 commit 52ba44e

21 files changed

Lines changed: 4955 additions & 29 deletions

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-llamaindex"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "UiPath LlamaIndex SDK"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
@@ -9,7 +9,8 @@ dependencies = [
99
"llama-index-embeddings-azure-openai>=0.4.1",
1010
"llama-index-llms-azure-openai>=0.4.2",
1111
"openinference-instrumentation-llama-index>=4.3.9",
12-
"uipath>=2.2.7, <2.3.0",
12+
"uipath-runtime>=0.1.2, <0.2.0",
13+
"uipath>=2.2.8, <2.3.0",
1314
]
1415
classifiers = [
1516
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)