From d2efd4b3af71bed0b03cfb23737fed3d5d5ee1e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:19:02 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20groq=20to=20v0.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7fa01f..1caa79a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ PyExecJS2="1.6.1" curl_cffi = "0.7.4" Brotli = "1.1.0" openai = "1.60.2" -groq = "0.15.0" +groq = "0.16.0" # crawl4ai = "0.3.72" playwright = "1.49.1" From f59857f1b9bc1555070e22773271910c482fbccc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 04:59:11 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20g4f=20to=20v0.4.3.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1caa79a..d35eda3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ uvicorn = ">=0.22.0" dynaconf = ">=3.2.0" loguru = ">=0.6.0" httpx = ">=0.24.1" -g4f = "0.4.3.5" +g4f = "0.4.3.6" js2py = "^0.74" PyExecJS2="1.6.1" curl_cffi = "0.7.4"