From c80f70ba3d28a31f98b0e6610e424a150c7fb217 Mon Sep 17 00:00:00 2001 From: Aleksander Spyra Date: Thu, 30 Jan 2025 14:27:25 +0100 Subject: [PATCH] Pin graphql-core <3.2.6 (#1218) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 926256a6..66b6f32d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "graphql-core>=3.2.0,<3.3", + "graphql-core>=3.2.0,<3.2.6", "starlette>0.17,<1.0", "typing_extensions>=3.6.0", ]