From 1f146b2443fba15dd41c8a6ad45250a199e7ef7d Mon Sep 17 00:00:00 2001 From: Jason Held Date: Wed, 14 Aug 2024 22:36:39 -0400 Subject: [PATCH] django >=4.2, < 6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2c8d67..a693145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ packages = [{include = "easyaudit"}] [tool.poetry.dependencies] python = "^3.8" -django = "^4.2" +django = ">=4.2", "<6.0" [tool.poetry.group.dev.dependencies] djlint = "^1.34.1"