From b91eb42d155b22d2e66f1e2f2431821826a47df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:37:09 +0000 Subject: [PATCH] Update g4f requirement from >=0.4.6.0 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.4.6.0...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 7b13f8c..1b1000e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastapi>=0.115.8", - "g4f>=0.4.6.0", + "g4f>=7.4.7", "jinja2>=3.1.5", "uvicorn>=0.34.0", ]