Skip to content

Commit

Permalink
Remove dbt upper version constrain (#43)
Browse files Browse the repository at this point in the history
* Remove dbt upper version constrain

* Add changelog entry
  • Loading branch information
JCZuurmond authored Aug 25, 2023
1 parent eead818 commit 4c151d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Remove upper version constrain for dbt core ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/43))

## [0.2.2] - 2023-08-09

- Support dbt v1.6 ([PR](https://github.com/godatadriven/pytest-dbt-core/pull/37), [PR](https://github.com/godatadriven/pytest-dbt-core/pull/38))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers =
packages = find:
package_dir = =src
install_requires =
dbt-core>=1.0.0,<1.7.0
dbt-core>=1.0.0
python_requires = >=3.7

[options.packages.find]
Expand Down

0 comments on commit 4c151d5

Please sign in to comment.