Skip to content

Commit 5577cfe

Browse files
mfogelclaude
andcommitted
Update Django dependency lower bound from 3.2 to 4.2
The project no longer supports Django < 4.2 (classifiers and CI matrix both start at 4.2), but the dependency specifier still allowed 3.2+. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8255408 commit 5577cfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ packages = [
3838
]
3939

4040
[tool.poetry.dependencies]
41-
Django = ">=3.2,<6.1"
41+
Django = ">=4.2,<6.1"
4242
python = "^3.8"
4343
"backports.zoneinfo" = { version = "^0.2.1", python = "<3.9" }
4444

0 commit comments

Comments
 (0)