From ac4524b28dc76968cdb34dfcd5bd1b3309092629 Mon Sep 17 00:00:00 2001 From: igor Date: Tue, 28 May 2024 17:34:38 +0200 Subject: [PATCH] downgrade psycopg (NewRelic constraint) --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f84c88..21ad4d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jsonate" -version = "0.7.10" +version = "0.7.11" authors = [ {name = "James Robert"}, {email = "jiaaro@gmail.com"} diff --git a/requirements.txt b/requirements.txt index 5b8fd76..59b125c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -psycopg[binary]==3.1.12 +psycopg2-binary==2.9.6 Django==5.0.6 Pillow==10.3.0