Skip to content

Commit b38f412

Browse files
committed
fix: update packages
1 parent a927510 commit b38f412

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.74",
79+
"uipath-mcp>=0.0.78",
8080
]
8181
requires-python = ">=3.10"
8282
EOF

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.10"
77
dependencies = [
88
"mcp==1.6.0",
99
"pysignalr==1.2.0",
10-
"uipath==2.0.27",
10+
"uipath>=2.0.37",
1111
]
1212
classifiers = [
1313
"Development Status :: 3 - Alpha",

samples/mcp-dynamic-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.18"
44
description = "Dynamic MCP Server with self-extending tools"
55
authors = [{ name = "John Doe" }]
66
dependencies = [
7-
"uipath-mcp==0.0.77",
7+
"uipath-mcp>=0.0.78",
88
]
99
requires-python = ">=3.10"

samples/mcp-functions-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.1"
44
description = "MCP Server that allows dynamic code functions creation and executions"
55
authors = [{ name = "John Doe" }]
66
dependencies = [
7-
"uipath-mcp==0.0.77",
7+
"uipath-mcp>=0.0.78",
88
]
99
requires-python = ">=3.10"

samples/mcp-math-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.1"
44
description = "Advanced Math Operations MCP Server"
55
authors = [{ name = "John Doe" }]
66
dependencies = [
7-
"uipath-mcp==0.0.71",
7+
"uipath-mcp>=0.0.78",
88
]
99
requires-python = ">=3.10"

0 commit comments

Comments
 (0)