From 94bff43f322f78a2c3ea00dea9be9e2a09b5f702 Mon Sep 17 00:00:00 2001 From: Peder Smith <23152018+SmithPeder@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:40:05 +0200 Subject: [PATCH] Support Django 4.2.16 and upwards --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f41eb47..ff4eb56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [{include = "django_api_decorator"}] [tool.poetry.dependencies] python = "^3.11" -Django = "^4.2.16" +Django = ">=4.2.16" pydantic = "^2.0"