From 169c5643e54c641d5aa5e907343377371bd85a9b Mon Sep 17 00:00:00 2001 From: Fournet Enzo Date: Wed, 25 Sep 2024 14:04:35 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dad5133..93d807c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ packages = [ "Issues" = "https://github.com/enzofrnt/djangorestframework-hybridrouter/issues" [tool.poetry.dependencies] -python = ">=3.8" +python = ">=3.8,<4" django = ">=3.2,<5.2" djangorestframework = ">=3.12.4,<3.16"