add fastmcp update to python3.11

This commit is contained in:
mm644706215
2025-07-28 20:10:34 +08:00
parent 08b2a71f45
commit 50acba7486

View File

@@ -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",