Skip to content

Commit 605e648

Browse files
Merge pull request #151 from UiPath/chore/bump-uipath-and-runtime-versions
chore: bump uipath and runtime versions
2 parents 59261ae + e13cc26 commit 605e648

4 files changed

Lines changed: 50 additions & 30 deletions

File tree

packages/uipath-llamaindex/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.5.1"
3+
version = "0.5.2"
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"
@@ -11,8 +11,8 @@ dependencies = [
1111
"llama-index-embeddings-azure-openai>=0.4.1",
1212
"llama-index-llms-azure-openai>=0.4.2",
1313
"openinference-instrumentation-llama-index>=4.3.9",
14-
"uipath>=2.8.0, <2.9.0",
15-
"uipath-runtime>=0.6.0, <0.7.0",
14+
"uipath>=2.8.6, <2.9.0",
15+
"uipath-runtime>=0.7.0, <0.8.0",
1616
]
1717
classifiers = [
1818
"Intended Audience :: Developers",

packages/uipath-llamaindex/uv.lock

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

packages/uipath-openai-agents/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-openai-agents"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "UiPath OpenAI Agents SDK"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -9,8 +9,8 @@ dependencies = [
99
"openai>=1.0.0",
1010
"openai-agents>=0.6.5",
1111
"openinference-instrumentation-openai-agents>=1.4.0",
12-
"uipath>=2.8.0, <2.9.0",
13-
"uipath-runtime>=0.6.0, <0.7.0",
12+
"uipath>=2.8.6, <2.9.0",
13+
"uipath-runtime>=0.7.0, <0.8.0",
1414
]
1515
classifiers = [
1616
"Intended Audience :: Developers",

packages/uipath-openai-agents/uv.lock

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

0 commit comments

Comments
 (0)