Skip to content

Commit

Permalink
Fix: Support dbt-core 1.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sayeaud-accelins committed Jun 12, 2024
1 parent 063b182 commit 877c049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version_files = ["pyproject.toml:^version"]

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
dbt-core = ">=1.6.0,<=1.8.0"
dbt-core = ">=1.6.0,<1.9.0"
requests = "^2.31.0"
google-cloud-storage = "^2.13.0"
boto3 = "^1.28.84"
Expand All @@ -25,7 +25,7 @@ types-networkx = "^3.2.1.20240313"
ruff = "^0.3.0"
pytest = "^7.4.0"
isort = "^5.12.0"
dbt-duckdb = ">=1.6.0,<=1.8.0"
dbt-duckdb = ">=1.6.0,<1.9.0"
duckdb = ">=0.8.0"
pre-commit = "^3.6.0"
mypy = "^1.8.0"
Expand Down

0 comments on commit 877c049

Please sign in to comment.