Skip to content

Commit 17a84a0

Browse files
committed
chore: update samples
1 parent 12e0861 commit 17a84a0

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

samples/github-helper-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
description = "An automated agent that reviews GitHub pull requests and provides feedback"
55
authors = [{ name = "Cristi Pufu", email = "[email protected]" }]
66
dependencies = [
7-
"uipath-langchain>=0.0.118",
7+
"uipath-langchain>=0.0.118, <0.1.0",
88
"langgraph>=0.5.4",
99
"langchain-mcp-adapters>=0.1.9"
1010
]

samples/github-slack-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
description = "An automated agent that reviews GitHub pull requests and provides feedback on Slack"
55
authors = [{ name = "Cristi Pufu", email = "[email protected]" }]
66
dependencies = [
7-
"uipath-langchain>=0.0.118",
7+
"uipath-langchain>=0.0.118, <0.1.0",
88
"langgraph>=0.5.4",
99
"langchain-mcp-adapters>=0.1.9"
1010
]

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.1"
44
description = "Dynamic MCP Server with self-extending tools"
55
authors = [{ name = "John Doe" }]
66
dependencies = [
7-
"uipath-mcp>=0.0.101",
7+
"uipath-mcp>=0.0.101, <0.1.0",
88
]
99
requires-python = ">=3.11"

samples/mcp-functions-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
description = "A coder agent that implements and tests Python functions using a dynamic MCP server"
55
authors = [{ name = "Cristi Pufu", email = "[email protected]" }]
66
dependencies = [
7-
"uipath-langchain>=0.0.118",
7+
"uipath-langchain>=0.0.118, <0.1.0",
88
"langgraph>=0.5.4",
99
"langchain-mcp-adapters>=0.1.9"
1010
]

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.101",
7+
"uipath-mcp>=0.0.101, <0.1.0",
88
]
99
requires-python = ">=3.11"

samples/mcp-longrunning-server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.0.1"
44
description = "Long Running Operations MCP Server"
55
authors = [{ name = "John Doe" }]
66
dependencies = [
7-
"uipath-mcp>=0.0.78",
7+
"uipath-mcp>=0.0.78, <0.1.0",
88
]
9-
requires-python = ">=3.10"
9+
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.101",
7+
"uipath-mcp>=0.0.101, <0.1.0",
88
]
99
requires-python = ">=3.11"

samples/mcp-sdk-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 = "Python SDK MCP Server"
55
authors = [{ name = "John Doe" }]
66
dependencies = [
7-
"uipath-mcp>=0.0.101",
7+
"uipath-mcp>=0.0.101, <0.1.0",
88
]
99
requires-python = ">=3.11"

0 commit comments

Comments
 (0)