From d1edc20c8efbb4038c8deb69921da9e264a229c4 Mon Sep 17 00:00:00 2001 From: Eric Lipe Date: Fri, 7 Jul 2023 09:31:20 -0600 Subject: [PATCH] Revert "- Readding datafile back to admin view now that the error is resolved" This reverts commit 2807425059fd1b5b355edfb16d30d170cf869d7b. --- tdrs-backend/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrs-backend/Pipfile b/tdrs-backend/Pipfile index 259ae2897e..33c42b3954 100644 --- a/tdrs-backend/Pipfile +++ b/tdrs-backend/Pipfile @@ -53,7 +53,7 @@ django-celery-beat = "==2.2.1" paramiko = "==2.11.0" pytest_sftpserver = "==1.3.0" elasticsearch = "==7.13.4" # REQUIRED - v7.14.0 introduces breaking changes -django-elasticsearch-dsl = "==7.3.3" +django-elasticsearch-dsl = "==7.1.1" django-elasticsearch-dsl-drf = "==0.22.5" requests-aws4auth = "==1.1.2" cerberus = "==1.3.4"