From 4f089da4ebee6b9d0aba907352fadf978b55fdef Mon Sep 17 00:00:00 2001 From: Alex Hermida Date: Tue, 11 Feb 2025 16:18:54 +0100 Subject: [PATCH] Update graphql-core requirement --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6e41296..cf37c21 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,9 @@ def read(fname): packages=['graphlayer', 'graphlayer.graphql'], keywords="graphql graph join ", extras_require={ - "graphql": ["graphql-core==3.2.3"], + "graphql": ["graphql-core==3.2.6"], }, - python_requires='>=3.7', + python_requires='>=3.9', license="BSD-2-Clause", classifiers=[ 'Development Status :: 5 - Production/Stable',