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:
chenshuobo
2026-05-26 20:29:39 +08:00
committed by lowmaster-chen
parent 8fc291a30c
commit bd126635e3
+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",