diff --git a/pyproject.toml b/pyproject.toml index 5c382ee..f5e812e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "shaguabijia-app-server" version = "0.1.0" description = "Shaguabijia 正式 App 后端 (FastAPI + SQLAlchemy + JWT)" -requires-python = ">=3.11" +requires-python = ">=3.10" dependencies = [ # Web 框架 & ASGI "fastapi>=0.115.0",