From a838a35dd3e3c8594f85f481cc4f2a62950cefd9 Mon Sep 17 00:00:00 2001 From: Tobias Sauerwein Date: Thu, 24 Jul 2025 07:53:33 +0200 Subject: [PATCH] Update graphene-directives to 0.4.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae99c3a..cefef21 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(*rnames): install_requires=[ "graphene>=3.1", "graphql-core>=3.1", - "graphene-directives>=0.4.6", + "graphene-directives>=0.4.7", ], classifiers=[ "Development Status :: 5 - Production/Stable",