Skip to content

Commit 68d95a6

Browse files
authored
Merge pull request #128 from UiPath/fix/update_samples_requires_python
samples: update requires python 3.11
2 parents 6b28c73 + 5b45a51 commit 68d95a6

File tree

11 files changed

+2395
-1114
lines changed

11 files changed

+2395
-1114
lines changed

samples/github-helper-agent/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "github-helper-agent"
3-
version = "0.0.30"
3+
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.93",
7+
"uipath-langchain>=0.0.118",
88
"langgraph>=0.3.34",
99
"langchain-mcp-adapters>=0.0.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.93",
7+
"uipath-langchain>=0.0.118",
88
"langgraph>=0.3.34",
99
"langchain-mcp-adapters>=0.0.9"
1010
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "mcp-dynamic-server"
3-
version = "0.0.19"
3+
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.78",
7+
"uipath-mcp>=0.0.99",
88
]
99
requires-python = ">=3.11"

samples/mcp-dynamic-server/uv.lock

Lines changed: 719 additions & 293 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/mcp-functions-agent/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "mcp-coder-agent"
3-
version = "0.0.4"
3+
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-nightly>=0.0.109.dev1000870000,<0.0.109.dev1000880000",
7+
"uipath-langchain>=0.0.118",
88
"langgraph>=0.3.34",
99
"langchain-mcp-adapters>=0.0.9"
1010
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "mcp-functions-server"
3-
version = "0.0.3"
3+
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.78",
7+
"uipath-mcp>=0.0.99",
88
]
99
requires-python = ">=3.11"

samples/mcp-functions-server/uv.lock

Lines changed: 719 additions & 293 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

samples/mcp-math-server/uv.lock

Lines changed: 762 additions & 287 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)