Skip to content

Commit c3c60e2

Browse files
authored
Merge pull request #179 from UiPath/fix/update_uipath_runtime_llama
fix: update uipath-runtime llamaindex
2 parents 99e042a + f782f39 commit c3c60e2

95 files changed

Lines changed: 37 additions & 45658 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/uipath-llamaindex/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.5.3"
3+
version = "0.5.4"
44
description = "Python SDK that enables developers to build and deploy LlamaIndex agents to the UiPath Cloud Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
@@ -12,7 +12,7 @@ dependencies = [
1212
"llama-index-llms-azure-openai>=0.4.2",
1313
"openinference-instrumentation-llama-index>=4.3.9",
1414
"uipath>=2.8.18, <2.9.0",
15-
"uipath-runtime>=0.8.0, <0.9.0",
15+
"uipath-runtime>=0.9.0, <0.10.0",
1616
]
1717
classifiers = [
1818
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)