We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7760d64 commit 84d250dCopy full SHA for 84d250d
1 file changed
pyproject.toml
@@ -1,11 +1,11 @@
1
[project]
2
name = "uipath-runtime"
3
-version = "0.10.5"
+version = "0.11.0"
4
description = "Runtime abstractions and interfaces for building agents and automation scripts in the UiPath ecosystem"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.11"
7
dependencies = [
8
- "uipath-core>=0.5.14, <0.6.0"
+ "uipath-core>=0.5.17, <0.6.0"
9
]
10
classifiers = [
11
"Intended Audience :: Developers",
0 commit comments