Skip to content

Commit

Permalink
remove upper bound of plugin dependencies for flytekit-sqlalchemy (#2517
Browse files Browse the repository at this point in the history
)

* remove upper Signed-off-by: Mecoli1219 <[email protected]>
Co-authored-by: Kevin Su <[email protected]>
  • Loading branch information
Mecoli1219 authored Jul 12, 2024
1 parent 993ff59 commit 5a9cee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-sqlalchemy/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", "sqlalchemy>=1.4.7", "pandas<=2.1.4"]
plugin_requires = ["flytekit>=1.3.0b2,<2.0.0", "sqlalchemy>=1.4.7", "pandas"]

__version__ = "0.0.0+develop"

Expand Down

0 comments on commit 5a9cee3

Please sign in to comment.