Skip to content

Commit 84d250d

Browse files
committed
feat: update minor version for new protocol method
1 parent 7760d64 commit 84d250d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "uipath-runtime"
3-
version = "0.10.5"
3+
version = "0.11.0"
44
description = "Runtime abstractions and interfaces for building agents and automation scripts in the UiPath ecosystem"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
77
dependencies = [
8-
"uipath-core>=0.5.14, <0.6.0"
8+
"uipath-core>=0.5.17, <0.6.0"
99
]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)