From 38a0429ba4a07a258e1e8c564262e174963850c1 Mon Sep 17 00:00:00 2001 From: zubairshakoorarbisoft Date: Fri, 6 Oct 2023 23:26:06 +0500 Subject: [PATCH] fix: django-storages constraint updated to 1.10 --- requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index d371412a..4fb79a85 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -12,7 +12,7 @@ django<4.3 # django-storages version 1.9 drops support for boto storage backend. -django-storages<1.9 # BSD +django-storages<1.11 # BSD # elasticsearch library cannot be greater than 7.14.0. 7.14.0 library is not compatible with the 7.10 server in stage and prod elasticsearch < 7.14.0