Skip to content

Commit 4a8bd41

Browse files
committed
fix(llm): use better endpoints check
1 parent 7ba9ed4 commit 4a8bd41

1 file changed

Lines changed: 2 additions & 2 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.29"
3+
version = "0.0.30"
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.75, <2.1.0",
12+
"uipath>=2.0.79, <2.1.0",
1313
]
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)