We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3a1e7 commit 9f19907Copy full SHA for 9f19907
pyproject.toml
@@ -1,12 +1,12 @@
1
[project]
2
name = "uipath-mcp"
3
-version = "0.0.79"
+version = "0.0.80"
4
description = "UiPath MCP SDK"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.10"
7
dependencies = [
8
- "mcp==1.6.0",
9
- "pysignalr==1.2.0",
+ "mcp==1.9.0",
+ "pysignalr==1.3.0",
10
"uipath>=2.0.55",
11
]
12
classifiers = [
0 commit comments