From 3845981a6ed3be4e697dbb42ae65ce542a093ddd Mon Sep 17 00:00:00 2001 From: junjun Date: Wed, 12 Aug 2026 18:14:08 +0800 Subject: [PATCH] build: lock fastapi version --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 416a906f..9af69175 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -4,7 +4,7 @@ version = "1.10.0" description = "" requires-python = "==3.11.*" dependencies = [ - "fastapi[standard]<1.0.0,>=0.115.12", + "fastapi[standard]<0.116.0,>=0.115.12", "python-multipart<1.0.0,>=0.0.7", "passlib[bcrypt]<2.0.0,>=1.7.4", "tenacity<9.0.0,>=8.2.3",