From b7849e28736860ce3df1706a85a4fc7930115617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 12:01:49 +0000 Subject: [PATCH] Update gql[httpx] requirement from <4.0,>=3.4.0 to >=3.4.0,<5.0 Updates the requirements on [gql[httpx]](https://github.com/graphql-python/gql) to permit the latest version. - [Release notes](https://github.com/graphql-python/gql/releases) - [Commits](https://github.com/graphql-python/gql/compare/v3.4.0...v4.0.0) --- updated-dependencies: - dependency-name: gql[httpx] dependency-version: 4.0.0 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 44f44e3..e48a737 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ 'click >=8.1.0, <9.0', 'fastapi >=0.120, <1.0', 'httpx >=0.28.0, <1.0', - 'gql[httpx] >=3.4.0, <4.0', + 'gql[httpx] >=3.4.0, <5.0', 'PyYAML >=6.0, <7.0', 'uvicorn >=0.38.0, <1.0', ]