Skip to content

Commit 8c4efdb

Browse files
chore: bump uipath-runtime to >=0.11.0 across integrations
Bump the uipath-runtime constraint to ">=0.11.0, <0.12.0" for all five integration packages, patch-bump each package version, and regenerate the uv.lock files. - uipath-agent-framework: 0.0.12 -> 0.0.13 - uipath-google-adk: 0.0.7 -> 0.0.8 - uipath-llamaindex: 0.5.13 -> 0.5.14 - uipath-openai-agents: 0.0.10 -> 0.0.11 - uipath-pydantic-ai: 0.0.4 -> 0.0.5 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent bb2385d commit 8c4efdb

10 files changed

Lines changed: 80 additions & 80 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.12"
3+
version = "0.0.13"
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"
@@ -10,7 +10,7 @@ dependencies = [
1010
"aiosqlite>=0.20.0",
1111
"openinference-instrumentation-agent-framework>=0.1.0",
1212
"uipath>=2.10.0, <2.11.0",
13-
"uipath-runtime>=0.10.0, <0.11.0",
13+
"uipath-runtime>=0.11.0, <0.12.0",
1414
]
1515
classifiers = [
1616
"Intended Audience :: Developers",

packages/uipath-agent-framework/uv.lock

Lines changed: 14 additions & 14 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,14 +1,14 @@
11
[project]
22
name = "uipath-google-adk"
3-
version = "0.0.7"
3+
version = "0.0.8"
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",
1010
"uipath>=2.10.0, <2.11.0",
11-
"uipath-runtime>=0.10.0, <0.11.0",
11+
"uipath-runtime>=0.11.0, <0.12.0",
1212
]
1313
classifiers = [
1414
"Intended Audience :: Developers",

packages/uipath-google-adk/uv.lock

Lines changed: 14 additions & 14 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.13"
3+
version = "0.5.14"
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.10.0, <0.11.0",
15+
"uipath-runtime>=0.11.0, <0.12.0",
1616
]
1717
classifiers = [
1818
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)