diff --git a/pyproject.toml b/pyproject.toml index ea334353..a7ca170a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "Django>=4.1", + "Django>=4.2,<5", "django-agnocomplete==2.2.0", "django-compressor==4.3.1", "django-environ==0.10.0", @@ -59,7 +59,6 @@ test = [ "pytest-django==4.5.2", "pytest-playwright>=0.4.3,<1", "pytest-xdist>=3.5.0,<4", - ] docker = [ "uwsgi==2.0.21",