Skip to content

Commit 5382d2e

Browse files
committed
fix(tracing): fix version requirements
1 parent 029953f commit 5382d2e

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.85"
3+
version = "0.0.86"
44
description = "UiPath MCP SDK"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"
77
dependencies = [
88
"mcp==1.9.0",
99
"pysignalr==1.3.0",
10-
"uipath>=2.0.56",
10+
"uipath>=2.0.59",
1111
]
1212
classifiers = [
1313
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)