Skip to content

Commit c480c64

Browse files
committed
chore: bump uipath-runtime to >=0.10.0 across integrations
1 parent 2e07378 commit c480c64

8 files changed

Lines changed: 104 additions & 69 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.11"
3+
version = "0.0.12"
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.9.0, <0.10.0",
13+
"uipath-runtime>=0.10.0, <0.11.0",
1414
]
1515
classifiers = [
1616
"Intended Audience :: Developers",

packages/uipath-agent-framework/uv.lock

Lines changed: 24 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.6"
3+
version = "0.0.7"
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.9.0, <0.10.0",
11+
"uipath-runtime>=0.10.0, <0.11.0",
1212
]
1313
classifiers = [
1414
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)