Skip to content

Commit 998e57f

Browse files
authored
Merge pull request #101 from UiPath/fix/update_runtime_0_4_0
fix: update runtime 0.4.0
2 parents e95a162 + 64641b4 commit 998e57f

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-llamaindex"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "UiPath LlamaIndex SDK"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
@@ -10,8 +10,8 @@ dependencies = [
1010
"llama-index-embeddings-azure-openai>=0.4.1",
1111
"llama-index-llms-azure-openai>=0.4.2",
1212
"openinference-instrumentation-llama-index>=4.3.9",
13-
"uipath>=2.3.0, <2.4.0",
14-
"uipath-runtime>=0.3.2, <0.4.0",
13+
"uipath>=2.4.0, <2.5.0",
14+
"uipath-runtime>=0.4.0, <0.5.0",
1515
]
1616
classifiers = [
1717
"Intended Audience :: Developers",

src/uipath_llamaindex/runtime/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ async def _create_runtime_instance(
264264
)
265265

266266
async def new_runtime(
267-
self, entrypoint: str, runtime_id: str
267+
self, entrypoint: str, runtime_id: str, **kwargs
268268
) -> UiPathRuntimeProtocol:
269269
"""
270270
Create a new LlamaIndex runtime instance.

uv.lock

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

0 commit comments

Comments
 (0)