Skip to content

Commit 7fdfea3

Browse files
authored
Merge pull request #970 from UiPath/mj/bump-lower-samples
feat: bump lower version for pyproject.toml
2 parents 60bf106 + 4b49a82 commit 7fdfea3

File tree

16 files changed

+133
-133
lines changed

16 files changed

+133
-133
lines changed

samples/asset-modifier-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
description = "UiPath agent to validate asset values via External Application integration with Orchestrator."
55
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
66
dependencies = [
7-
"uipath>=2.2.0, <2.3.0",
7+
"uipath>=2.2.8, <2.3.0",
88
]
99
requires-python = ">=3.11"
1010

samples/asset-modifier-agent/uv.lock

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

samples/calculator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
description = "calculator-agent"
55
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
66
dependencies = [
7-
"uipath>=2.2.0, <2.3.0",
7+
"uipath>=2.2.8, <2.3.0",
88
]
99
requires-python = ">=3.11"
1010

samples/calculator/uv.lock

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

samples/event-trigger/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
description = "Event Trigger Demo"
55
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
66
dependencies = [
7-
"uipath>=2.2.0, <2.3.0",
7+
"uipath>=2.2.8, <2.3.0",
88
]
99
requires-python = ">=3.11"
1010

0 commit comments

Comments
 (0)