Skip to content

Commit feccaf7

Browse files
authored
Merge pull request #240 from UiPath/update-runtime-version-10-11
chore: update uipath-runtime version constraint to 0.10.x-0.11.0
2 parents fc2fa4a + d33dc95 commit feccaf7

2 files changed

Lines changed: 29 additions & 16 deletions

File tree

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.7"
3+
version = "0.5.8"
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.10.0, <2.11.0",
15-
"uipath-runtime>=0.9.0, <0.10.0",
15+
"uipath-runtime>=0.10.0, <0.11.0",
1616
]
1717
classifiers = [
1818
"Intended Audience :: Developers",

packages/uipath-llamaindex/uv.lock

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

0 commit comments

Comments
 (0)