fix: 放宽 Python 版本要求至 >=3.10

代码已使用 from __future__ import annotations, 兼容 3.10 运行时

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
lowmaster-chen
2026-05-26 20:29:39 +08:00
parent cc9d9f03f7
commit 9cf24ccecd
+1 -1
View File
@@ -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",