Skip to content

Commit 9a8fe13

Browse files
AAgnihotryclaude
andcommitted
chore: update uipath-runtime version constraint to >=0.10.x, <0.11.0
Updated all packages to require uipath-runtime between version 10 and 11 instead of 9 and 10. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent fc2fa4a commit 9a8fe13

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/uipath-agent-framework/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-google-adk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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",

packages/uipath-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-openai-agents/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"openai-agents>=0.6.5",
1111
"openinference-instrumentation-openai-agents>=1.4.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-pydantic-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"pydantic-ai>=1.63.0, <2.0.0",
99
"openinference-instrumentation-pydantic-ai>=0.1.12",
1010
"uipath>=2.10.2, <2.11.0",
11-
"uipath-runtime>=0.9.2, <0.10.0",
11+
"uipath-runtime>=0.10.2, <0.11.0",
1212
]
1313
classifiers = [
1414
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)