diff --git a/setup.py b/setup.py index 994fbacd50e4c..a07368d127732 100644 --- a/setup.py +++ b/setup.py @@ -491,9 +491,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version 'psycopg2-binary>=2.7.4', ] presto = [ - # The limit to Presto 0.8 for unknown reason - # TODO: Remove the limit - 'presto-python-client>=0.7.0,<0.8', + 'presto-python-client>=0.8.2', pandas_requirement, ] psrp = [