Skip to content

Commit 60eadd5

Browse files
authored
Merge pull request #207 from UiPath/fix/update_uipath_range
fix: update uipath 2.10.0+
2 parents 5cbf811 + f2f78f5 commit 60eadd5

8 files changed

Lines changed: 120 additions & 52 deletions

File tree

packages/uipath-agent-framework/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-agent-framework"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
description = "Python SDK that enables developers to build and deploy Microsoft Agent Framework agents to the UiPath Cloud Platform"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -9,7 +9,7 @@ dependencies = [
99
"agent-framework-orchestrations>=1.0.0b260219",
1010
"aiosqlite>=0.20.0",
1111
"openinference-instrumentation-agent-framework>=0.1.0",
12-
"uipath>=2.8.41, <2.9.0",
12+
"uipath>=2.10.0, <2.11.0",
1313
"uipath-runtime>=0.9.0, <0.10.0",
1414
]
1515
classifiers = [

packages/uipath-agent-framework/uv.lock

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

packages/uipath-google-adk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "uipath-google-adk"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Python SDK that enables developers to build and deploy Google ADK agents to the UiPath Cloud Platform"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"google-adk>=1.25.1",
99
"openinference-instrumentation-google-adk>=0.1.9",
10-
"uipath>=2.8.41, <2.9.0",
10+
"uipath>=2.10.0, <2.11.0",
1111
"uipath-runtime>=0.9.0, <0.10.0",
1212
]
1313
classifiers = [

packages/uipath-google-adk/uv.lock

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

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.5"
3+
version = "0.5.6"
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,7 +11,7 @@ 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.18, <2.9.0",
14+
"uipath>=2.10.0, <2.11.0",
1515
"uipath-runtime>=0.9.0, <0.10.0",
1616
]
1717
classifiers = [

packages/uipath-llamaindex/uv.lock

Lines changed: 28 additions & 11 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-openai-agents"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "Python SDK that enables developers to build and deploy OpenAI agents to the UiPath Cloud Platform"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -9,7 +9,7 @@ dependencies = [
99
"openai>=1.0.0",
1010
"openai-agents>=0.6.5",
1111
"openinference-instrumentation-openai-agents>=1.4.0",
12-
"uipath>=2.8.18, <2.9.0",
12+
"uipath>=2.10.0, <2.11.0",
1313
"uipath-runtime>=0.9.0, <0.10.0",
1414
]
1515
classifiers = [

0 commit comments

Comments
 (0)