We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6675fd2 commit 82497c8Copy full SHA for 82497c8
pyproject.toml
@@ -1,13 +1,13 @@
1
[project]
2
name = "uipath-mcp"
3
-version = "0.0.95"
+version = "0.0.96"
4
description = "UiPath MCP SDK"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.11"
7
dependencies = [
8
- "mcp==1.10.1",
+ "mcp==1.11.0",
9
"pysignalr==1.3.0",
10
- "uipath>=2.0.73",
+ "uipath>=2.0.78",
11
]
12
classifiers = [
13
"Development Status :: 3 - Alpha",
0 commit comments