Skip to content

Commit 12dedaa

Browse files
committed
chore: updated samples required python version to 3.11
1 parent 17caa18 commit 12dedaa

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

samples/github-helper-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies = [
88
"langgraph>=0.3.34",
99
"langchain-mcp-adapters>=0.0.9"
1010
]
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.11"

samples/github-slack-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies = [
88
"langgraph>=0.3.34",
99
"langchain-mcp-adapters>=0.0.9"
1010
]
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.11"

samples/mcp-dynamic-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ authors = [{ name = "John Doe" }]
66
dependencies = [
77
"uipath-mcp>=0.0.78",
88
]
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.11"

samples/mcp-functions-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies = [
88
"langgraph>=0.3.34",
99
"langchain-mcp-adapters>=0.0.9"
1010
]
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.11"

samples/mcp-functions-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ authors = [{ name = "John Doe" }]
66
dependencies = [
77
"uipath-mcp>=0.0.78",
88
]
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.11"

samples/mcp-math-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ authors = [{ name = "John Doe" }]
66
dependencies = [
77
"uipath-mcp>=0.0.78",
88
]
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.11"

samples/mcp-sdk-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ authors = [{ name = "John Doe" }]
66
dependencies = [
77
"uipath-mcp>=0.0.78",
88
]
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.11"

0 commit comments

Comments
 (0)