Skip to content

Commit 51fe2da

Browse files
committed
update minimum python version
1 parent 42ab7f8 commit 51fe2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/communication_protocols/mcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "UTCP communication protocol plugin for interoperability with the Model Context Protocol (MCP)."
1212
readme = "README.md"
13-
requires-python = ">=3.10"
13+
requires-python = ">=3.11"
1414
dependencies = [
1515
"pydantic>=2.0",
1616
"mcp>=1.12",

0 commit comments

Comments
 (0)