Skip to content

Commit

Permalink
typo in dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Feb 12, 2024
1 parent a6d9281 commit 4278da5
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 @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
# TODO: remove `dbt-core` dependency
"dbt-core>=1.8.0a1<1.9.0",
"dbt-core>=1.8.0a1,<1.9.0",
# `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 4278da5

Please sign in to comment.