From c2eb4452445f43b7aeee34cee729726cec4ecd4b Mon Sep 17 00:00:00 2001 From: Mila Page Date: Tue, 25 Jun 2024 01:09:43 -0700 Subject: [PATCH] One more attempt at hatch syntax --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77885f0..6d52e43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,14 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] + +[tool.hatch.metadata] +allow-direct-references = true + + dependencies = [ "psycopg2-binary>=2.9,<3.0", - "dbt-adapters>=0.1.0a1,<2.0", + "dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@ADAP-207/get_show_sql_has_no_wrapping", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0a1", # installed via dbt-adapters but used directly