From bd126635e3048ce1a1623d303d21a275bdd2cd4a Mon Sep 17 00:00:00 2001 From: chenshuobo <1119780489@qq.com> Date: Tue, 26 May 2026 20:29:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=BE=E5=AE=BD=20Python=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=A6=81=E6=B1=82=E8=87=B3=20>=3D3.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 代码已使用 from __future__ import annotations, 兼容 3.10 运行时 Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",