Skip to content

Commit eb57dcf

Browse files
committed
fix: update uipath
1 parent 1a80168 commit eb57dcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-github-mcp-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
description = "Official GitHub MCP Server"
7777
authors = [{ name = "John Doe" }]
7878
dependencies = [
79-
"uipath-mcp==0.0.73",
79+
"uipath-mcp==0.0.74",
8080
]
8181
requires-python = ">=3.10"
8282
EOF

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.73"
3+
version = "0.0.74"
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.19",
10+
"uipath==2.0.20",
1111
]
1212
classifiers = [
1313
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)