From 810656586291c6a6b201f3798b5a87ea56b2a341 Mon Sep 17 00:00:00 2001 From: Maxwell Mapako Date: Sun, 28 Apr 2024 15:43:28 +0200 Subject: [PATCH] fix: update pyproject.toml reference for graphene-django-extras --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cac8bc9..94693eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ marshmallow = "3.21.1" python-decouple = "3.8" django-filter = "23.5" graphene-django = "3.2.1" -graphene-django-extras = { git = "https://github.com/wax911/graphene-django-extras.git", tag = "0.1.0" } +graphene-django-extras = { git = "https://github.com/anitrend/graphene-django-extras.git", tag = "0.1.0" } django-cors-headers = "4.3.1" graphene = "3.3" django-enumfield = "3.1"