From 8e8c85d7742ffb5edc2729bf9cf9dc7ab1c08011 Mon Sep 17 00:00:00 2001 From: SparkLee Date: Fri, 28 Mar 2025 18:01:15 +0800 Subject: [PATCH] Update requirements.txt Resolved the startup failure caused by the error: `TypeError: argument of type 'bool' is not iterable.` --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 069be3b..7f2d12c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ browser-use==0.1.40 pyperclip==1.9.0 -gradio==5.10.0 +gradio==5.23.1 json-repair langchain-mistralai==0.2.4 langchain-google-genai==2.0.8 -MainContentExtractor==0.0.4 \ No newline at end of file +MainContentExtractor==0.0.4