From 38dd4c93aa0c05c6a5867a860aabd40079bb7c1b Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Fri, 30 Aug 2024 08:20:36 +0200 Subject: [PATCH] pin whitenoise 5.3.0 This may help solve our intermittent database connection issues See https://forum.djangoproject.com/t/interfaceerror-and-transactionmanagementerror-postgresql/16924/11 and https://github.com/evansd/whitenoise/issues/556 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e52871be..3a85724a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "python-magic>=0.4.25", "requests>=2.27.1", "sentry-sdk>=1.16.0", - "whitenoise>=6.0.0", + "whitenoise==5.3.0", ] [tool.setuptools.data-files]