From ab9969ba7cde60e1b5fe983e22f75238e92bc51a Mon Sep 17 00:00:00 2001 From: Sheng Lundquist Date: Thu, 31 Oct 2024 10:07:47 -0700 Subject: [PATCH] Reduce min version of psycopg (#1724) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37ca4596c6..9b0c8aabdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "numpy>=2.1.0", "pandas>=2.2.2", "pandas-stubs>=2.2.2", - "psycopg[binary]>=3.2.1", + "psycopg[binary]>=3.1.19", "pytest>=8.3.2", "python-dotenv>=1.0.1", "requests>=2.32.3",