From c9809ac427c5ca6b161901a911acde69ba8c3c26 Mon Sep 17 00:00:00 2001 From: vitorguima Date: Mon, 2 Feb 2026 09:23:03 -0300 Subject: [PATCH] chore: bump django version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90ac117..d3e3f45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ python = "^3.10.0" aiohttp = "^3" asgiref = "^3" channels = "^4" -Django = "^4 || ^5" +Django = ">=4,<7" graphene = "^3" graphql-core = "3.2.3" # Carefully test after upgrade, since we path private internals. msgpack = "^1"