Skip to content

Commit

Permalink
remove upper bound of plugin dependencies for flytekit-greatexpectati…
Browse files Browse the repository at this point in the history
…ons (#2506)

Signed-off-by: Mecoli1219 <[email protected]>
  • Loading branch information
Mecoli1219 authored Jul 3, 2024
1 parent 825a50e commit a6a8651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/flytekit-greatexpectations/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

plugin_requires = [
"flytekit>=1.5.0",
"great-expectations>=0.13.30,<=0.18.8",
"sqlalchemy>=1.4.23,<2.0.0",
"great-expectations>=0.13.30",
"sqlalchemy>=1.4.23",
"pyspark==3.3.1",
"s3fs<2023.6.0",
]
Expand Down

0 comments on commit a6a8651

Please sign in to comment.