Skip to content

Commit e7552c4

Browse files
committed
fix with python version
Signed-off-by: SamYuan1990 <yy19902439@126.com>
1 parent c477b30 commit e7552c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/clients/homebrewupload-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "homebrewupload-client"
33
version = "0.1.0"
44
description = "A homebrew style mcp client with file upload feature"
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.10"
77
license = { text = "MIT" }
88
dependencies = [
99
"anthropic>=0.72.1",

examples/servers/homebrewupload/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "mcp-homebrewupload"
33
version = "0.1.0"
44
description = "A homebrew style mcp server with file upload feature"
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.10"
77
license = { text = "MIT" }
88
dependencies = [
99
"markitdown[all]>=0.1.3",

0 commit comments

Comments
 (0)