diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 2a5c7c27d6..3d90149aeb 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -70,7 +70,7 @@ dependencies = [ "unidecode<2.0.0,>=1.1.1", "strawberry-graphql==0.257.0", "Werkzeug>=1.0.1,<4.0.0", - "django-import-export<4.0.0,>=3.2.0", + "django-import-export>=3.2.0,<5.0.0", "dal-admin-filters==1.1.0", "django-markdownify==0.9.5", "django-imagekit==5.0.0",