Skip to content

Commit

Permalink
remove upper bound on dbt-core for dbt-tests-adapters (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored May 2, 2024
1 parent c47c8b5 commit 0a4c9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt-tests-adapter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
# TODO: remove `dbt-core` dependency
"dbt-core>=1.8.0a1,<1.9.0",
"dbt-core>=1.8.0a1",
# `dbt-tests-adapter` will ultimately depend on the packages below
# `dbt-tests-adapter` temporarily uses `dbt-core` for a dbt runner
# `dbt-core` takes the packages below as dependencies, so they are unpinned to avoid conflicts
Expand Down

0 comments on commit 0a4c9f0

Please sign in to comment.