Skip to content

Commit

Permalink
pin duckdb version in plugin (#2739)
Browse files Browse the repository at this point in the history
* pin duckdb version in plugin

Signed-off-by: Daniel Sola <[email protected]>

* Update plugins/flytekit-duckdb/setup.py

Co-authored-by: Kevin Su <[email protected]>

---------

Signed-off-by: Daniel Sola <[email protected]>
Co-authored-by: Kevin Su <[email protected]>
  • Loading branch information
dansola and pingsutw authored Sep 16, 2024
1 parent bba6509 commit a666246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-duckdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

microlib_name = f"flytekitplugins-{PLUGIN_NAME}"

plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "duckdb", "pandas"]
plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "duckdb<=1.0.0", "pandas"]

__version__ = "0.0.0+develop"

Expand Down

0 comments on commit a666246

Please sign in to comment.