From 37a7a41e2acc5ff969df6173b5c73dedda24d6e1 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Mon, 24 Apr 2023 15:40:33 +1000 Subject: [PATCH] Pin upper limit on psycopg2 for Django 2.2 compatibility --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c7c7a17c..6cc0c66e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ django-gapc-storage==0.5.2 django-waffle==2.0.0 # database -psycopg2 +psycopg2<2.9 # For Django 2.2 to avoid "AssertionError: database connection isn't set to UTC" # For testing django-nose==1.4.7