From 2648ec3906e37cbf65dd536f73638a5880ba22cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E7=A9=BA?= <3103908461@qq.com> Date: Mon, 29 Sep 2025 00:00:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?googlesearch-python=E5=BA=93=E5=A4=B1?= =?UTF-8?q?=E6=95=88=EF=BC=8C=E7=94=A8mi-googlesearch-python=E5=BA=93?= =?UTF-8?q?=E5=B9=B3=E6=9B=BF=EF=BC=8C=E6=81=A2=E5=A4=8D=E8=B0=B7=E6=AD=8C?= =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7ab79a34b..5af016b28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ qq-botpy chardet~=5.1.0 Pillow beautifulsoup4 -googlesearch-python +mi-googlesearch-python readability-lxml quart lxml_html_clean @@ -43,4 +43,4 @@ pydub sqlmodel deprecated sqlalchemy[asyncio] -audioop-lts; python_version>='3.13' \ No newline at end of file +audioop-lts; python_version>='3.13' From 7cde11e44e165979c5087f583b91fdbe5b2efdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E7=A9=BA?= <3103908461@qq.com> Date: Mon, 29 Sep 2025 11:59:17 +0800 Subject: [PATCH 2/2] Update googlesearch-python dependency version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdf66700e..64f0c926c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "faiss-cpu==1.10.0", "filelock>=3.18.0", "google-genai>=1.14.0", - "googlesearch-python>=1.3.0", + "mi-googlesearch-python==1.3.0.post1", "lark-oapi>=1.4.15", "lxml-html-clean>=0.4.2", "mcp>=1.8.0",