From 2864c5895427a9e7336bc171ae757e94139f9694 Mon Sep 17 00:00:00 2001 From: Pamella Bezerra Date: Mon, 20 May 2024 11:35:06 -0300 Subject: [PATCH] Replace psycopg2 for psycopg due to Django support recommendation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3857428b..bd9093ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ django-import-export = "^3.3.5" djangorestframework = "^3.14.0" django-debreach = "^2.1.0" python-decouple = "^3.8" -psycopg2 = "^2.9.9" +psycopg = "^3.1.19" brotlipy = "^0.7.0" django-log-request-id = "^2.1.0" dj-database-url = "^2.1.0"