diff --git a/pyproject.toml b/pyproject.toml index 38409ac6..219ecc92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.14" dependencies = [ # Main packages - "django>=6,<7", + "django>=6.0.4,<7", # Main Django apps "djangorestframework", "django-activity-stream",