From f791dc2058a21d8c355af7d71dc74e7f6b8c74a4 Mon Sep 17 00:00:00 2001 From: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:34:24 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dffd325..b399e80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "psycopg2-binary>=2.9,<3.0; python_version > '3.8'", - "psycopg2-binary>=2.9.0,<2.9.10; python_version <= '3.8', + "psycopg2-binary>=2.9.0,<2.9.10; python_version <= '3.8'", "dbt-adapters>=1.7.0,<2.0", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0",