Skip to content

Commit 7c83c71

Browse files
committed
fix: update uipath 2.0.18
1 parent 560fcf1 commit 7c83c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "uipath-mcp"
3-
version = "0.0.69"
3+
version = "0.0.70"
44
description = "UiPath MCP SDK"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"
77
dependencies = [
88
"mcp==1.6.0",
99
"pysignalr==1.2.0",
10-
"uipath==2.0.17",
10+
"uipath==2.0.18",
1111
]
1212
classifiers = [
1313
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)