From 1fd6ebfc27fad84fdd90bdb09ad7ab5ef7a6f34d Mon Sep 17 00:00:00 2001 From: umayado17 Date: Sun, 27 Oct 2024 12:22:36 +0900 Subject: [PATCH] fix: relax starlette version requirement to resolve FastAPI conflict --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1a1c002c4..fac2cd8d3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pyperclip = "^1.9.0" yaspin = "^3.0.2" shortuuid = "^1.0.13" litellm = "^1.41.26" -starlette = "^0.37.2" +starlette = ">=0.37.2,<0.42.0" html2text = "^2024.2.26" selenium = "^4.24.0" webdriver-manager = "^4.0.2"