From 4fc49390edf9468ffae2c47a3618486e1119a000 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Wed, 3 May 2023 12:25:04 +0530 Subject: [PATCH] Pin psycopg3 to 3.1.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c36aacb83..7f5b54d2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pytz==2023.* speaklater3==1.* sqlparse==0.* psutil==5.9.* -psycopg[c]==3.1.* +psycopg[c]==3.1.8 python-dateutil==2.* SQLAlchemy==2.* bcrypt==4.0.*