Skip to content

Commit

Permalink
require dbt-core>=1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Nov 7, 2023
1 parent 11f2cb8 commit b5337ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies = [
[project.optional-dependencies]
all = ["dvc[azure,gdrive,gs,hdfs,oss,s3,ssh,webdav,webhdfs]"]
azure = ["dvc-azure>=2.23.0"]
db = ["dbt-core", "dbt-snowflake"]
db = ["dbt-core>=1.5"]
dev = ["dvc[azure,gdrive,gs,hdfs,lint,oss,s3,ssh,tests,webdav,webhdfs,db]"]
gdrive = ["dvc-gdrive==2.20"]
gs = ["dvc-gs==2.22.1"]
Expand Down

0 comments on commit b5337ee

Please sign in to comment.