From 94553c3b7834c293b18107e5e693819886d5574c Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Sat, 24 May 2025 02:33:04 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 179e6e1..4d92923 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "yargi-mcp" version = "0.1.0" description = "MCP Server For Turkish Legal Databases" readme = "README.md" -requires-python = ">=3.12" +requires-python = ">=3.11" dependencies = [ "beautifulsoup4>=4.13.4", "fastmcp>=2.2.10",