lower python version

This commit is contained in:
Csaba8472
2024-12-14 21:53:19 +01:00
parent 8494bdf83b
commit 2b7edd8283

View File

@@ -3,7 +3,7 @@ name = "mcp-obsidian"
version = "0.2.1"
description = "MCP server to work with Obsidian via the remote REST plugin"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.11"
dependencies = [
"mcp>=1.1.0",
"python-dotenv>=1.0.1",