From 50acba7486eb417bc71c3931e1a340b3b03c1b7b Mon Sep 17 00:00:00 2001 From: mm644706215 Date: Mon, 28 Jul 2025 20:10:34 +0800 Subject: [PATCH] add fastmcp update to python3.11 --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ff8d1e..ae19dc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,17 +6,16 @@ readme = "README.md" authors = [ { name = "mm644706215", email = "ze.ga@qq.com" } ] -requires-python = ">=3.9" +requires-python = ">=3.11" dependencies = [ "boto3>=1.39.0", + "fastmcp>=2.10.6", ] keywords = ["rustfs", "s3", "object-storage", "file-management", "cloud-storage", "toolkit"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13",