Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/github-helper-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
description = "An automated agent that reviews GitHub pull requests and provides feedback"
authors = [{ name = "Cristi Pufu", email = "[email protected]" }]
dependencies = [
"uipath-langchain>=0.0.118",
"uipath-langchain>=0.0.118, <0.1.0",
"langgraph>=0.5.4",
"langchain-mcp-adapters>=0.1.9"
]
Expand Down
2 changes: 1 addition & 1 deletion samples/github-slack-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
description = "An automated agent that reviews GitHub pull requests and provides feedback on Slack"
authors = [{ name = "Cristi Pufu", email = "[email protected]" }]
dependencies = [
"uipath-langchain>=0.0.118",
"uipath-langchain>=0.0.118, <0.1.0",
"langgraph>=0.5.4",
"langchain-mcp-adapters>=0.1.9"
]
Expand Down
2 changes: 1 addition & 1 deletion samples/mcp-dynamic-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.0.1"
description = "Dynamic MCP Server with self-extending tools"
authors = [{ name = "John Doe" }]
dependencies = [
"uipath-mcp>=0.0.101",
"uipath-mcp>=0.0.101, <0.1.0",
]
requires-python = ">=3.11"
2 changes: 1 addition & 1 deletion samples/mcp-functions-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
description = "A coder agent that implements and tests Python functions using a dynamic MCP server"
authors = [{ name = "Cristi Pufu", email = "[email protected]" }]
dependencies = [
"uipath-langchain>=0.0.118",
"uipath-langchain>=0.0.118, <0.1.0",
"langgraph>=0.5.4",
"langchain-mcp-adapters>=0.1.9"
]
Expand Down
2 changes: 1 addition & 1 deletion samples/mcp-functions-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.0.1"
description = "MCP Server that allows dynamic code functions creation and executions"
authors = [{ name = "John Doe" }]
dependencies = [
"uipath-mcp>=0.0.101",
"uipath-mcp>=0.0.101, <0.1.0",
]
requires-python = ">=3.11"
4 changes: 2 additions & 2 deletions samples/mcp-longrunning-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.0.1"
description = "Long Running Operations MCP Server"
authors = [{ name = "John Doe" }]
dependencies = [
"uipath-mcp>=0.0.78",
"uipath-mcp>=0.0.78, <0.1.0",
]
requires-python = ">=3.10"
requires-python = ">=3.10"
2 changes: 1 addition & 1 deletion samples/mcp-math-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.0.1"
description = "Advanced Math Operations MCP Server"
authors = [{ name = "John Doe" }]
dependencies = [
"uipath-mcp>=0.0.101",
"uipath-mcp>=0.0.101, <0.1.0",
]
requires-python = ">=3.11"
2 changes: 1 addition & 1 deletion samples/mcp-sdk-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.0.1"
description = "Python SDK MCP Server"
authors = [{ name = "John Doe" }]
dependencies = [
"uipath-mcp>=0.0.101",
"uipath-mcp>=0.0.101, <0.1.0",
]
requires-python = ">=3.11"
Loading