Skip to content

Commit

Permalink
update build dependencies to final releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 23, 2024
1 parent 866763f commit ee4f98b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ classifiers = [
]
dependencies = [
"psycopg2-binary>=2.9,<3.0",
"dbt-adapters>=0.1.0a1,<2.0",
"dbt-adapters>=0.1.0,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0a1",
"dbt-core>=1.8.0",
# installed via dbt-adapters but used directly
"dbt-common>=0.1.0a1,<2.0",
"dbt-common>=0.1.0,<2.0",
"agate>=1.0,<2.0",
]

Expand Down

0 comments on commit ee4f98b

Please sign in to comment.