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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user