From 0eeb7c920466411e3d2f61fe7c94017bb854a977 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Mon, 21 Apr 2025 12:54:47 +0200 Subject: [PATCH] Allow graphql-core 3.2.6 graphql-core changelog - https://github.com/graphql-python/graphql-core/releases --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aed15440..724da188 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages install_requires = [ - "graphql-core>=3.3.0a3,<3.4", + "graphql-core>=3.3.0a3,<3.7", "yarl>=1.6,<2.0", "backoff>=1.11.1,<3.0", "anyio>=3.0,<5",