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]>

Signed-off-by: Jan Fiedler <[email protected]>
  • Loading branch information
Mecoli1219 authored and fiedlerNr9 committed Jul 25, 2024
1 parent 93aedfe commit d25c514
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 d25c514

Please sign in to comment.