add fastmcp update to python3.11
This commit is contained in:
@@ -6,17 +6,16 @@ readme = "README.md"
|
|||||||
authors = [
|
authors = [
|
||||||
{ name = "mm644706215", email = "ze.ga@qq.com" }
|
{ name = "mm644706215", email = "ze.ga@qq.com" }
|
||||||
]
|
]
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"boto3>=1.39.0",
|
"boto3>=1.39.0",
|
||||||
|
"fastmcp>=2.10.6",
|
||||||
]
|
]
|
||||||
keywords = ["rustfs", "s3", "object-storage", "file-management", "cloud-storage", "toolkit"]
|
keywords = ["rustfs", "s3", "object-storage", "file-management", "cloud-storage", "toolkit"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.9",
|
|
||||||
"Programming Language :: Python :: 3.10",
|
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
|
|||||||
Reference in New Issue
Block a user