Skip to content

Commit

Permalink
fix: dbt-test (#2989)
Browse files Browse the repository at this point in the history
* fix: dbt-test

Signed-off-by: taieeuu <[email protected]>

* fix: run lint on codebase

Signed-off-by: taieeuu <[email protected]>

---------

Signed-off-by: taieeuu <[email protected]>
  • Loading branch information
taieeuu authored Dec 9, 2024
1 parent 2877dcc commit 11fbd9a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugins/flytekit-dbt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

microlib_name = f"flytekitplugins-{PLUGIN_NAME}"

plugin_requires = [
"flytekit>=1.3.0b2",
"dbt-core<1.8.0",
]
plugin_requires = ["flytekit>=1.3.0b2", "dbt-core>=1.6.0,<1.8.0", "networkx>=2.5"]

__version__ = "0.0.0+develop"

Expand Down

0 comments on commit 11fbd9a

Please sign in to comment.