From 605cfc068002f775f1b886e2a4efbda5533722f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:27:33 +0000 Subject: [PATCH] build(deps): update g4f requirement from >=0.6.1.6 to >=7.4.7 Updates the requirements on [g4f](https://github.com/xtekky/gpt4free) to permit the latest version. - [Release notes](https://github.com/xtekky/gpt4free/releases) - [Commits](https://github.com/xtekky/gpt4free/compare/0.6.1.6...v7.4.7) --- updated-dependencies: - dependency-name: g4f dependency-version: 7.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8dbf56..4452919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "bars-api", "cait-api", "fake-useragent==2.2.0", - "g4f>=0.6.1.6", + "g4f>=7.4.7", "loguru==0.7.3", "pydantic-settings==2.13.1", "matplotlib==3.10.8",