From 83bf03e9454a7da4c8f933522c05bad180a2f69a Mon Sep 17 00:00:00 2001 From: Mila Page Date: Thu, 27 Jun 2024 14:55:07 -0700 Subject: [PATCH] Temporarily suppress psycopg2 to see if this is a main dependency issue. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92fbf82a..9989111e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "psycopg2-binary>=2.9,<3.0", + # "psycopg2-binary>=2.9,<3.0", "dbt-adapters>=0.1.0a1,<2.0", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0a1",