diff --git a/dbt-athena/pyproject.toml b/dbt-athena/pyproject.toml index 24e35e96..1353ccda 100644 --- a/dbt-athena/pyproject.toml +++ b/dbt-athena/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies=[ - "dbt-adapters>=1.0.0b2,<2.0", + "dbt-adapters>=1.0.0,<2.0", "dbt-common>=1.0.0,<2.0", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0",