From b6c209dc1d2b458fa5d3d47d28f859edfcf43371 Mon Sep 17 00:00:00 2001 From: Ratman463 Date: Sun, 12 Apr 2026 13:58:04 +0800 Subject: [PATCH] fix: Starlette breaking changes cause FastAPI stop working https://github.com/open-webui/pipelines/issues/600 --- backend/requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ab0fb96..ddfa7d0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ -fastapi -uvicorn -pydantic -pyyaml -toml -python-multipart -pyinstaller +fastapi==0.128.6 +uvicorn>=0.35.0 +pydantic==2.12.5 +pyyaml==6.0.3 +toml==0.10.2 +python-multipart==0.0.20 +pyinstaller==6.19.0