Skip to content

Commit c778516

Browse files
authored
Merge pull request #94 from UiPath/fix/update_deps
chore: update deps
2 parents 424344b + 9f19907 commit c778516

File tree

2 files changed

+657
-108
lines changed

2 files changed

+657
-108
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "uipath-mcp"
3-
version = "0.0.79"
3+
version = "0.0.80"
44
description = "UiPath MCP SDK"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"
77
dependencies = [
8-
"mcp==1.6.0",
9-
"pysignalr==1.2.0",
8+
"mcp==1.9.0",
9+
"pysignalr==1.3.0",
1010
"uipath>=2.0.55",
1111
]
1212
classifiers = [

0 commit comments

Comments
 (0)