Skip to content

Commit

Permalink
Remove limit of presto-python-client version (#24305)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Jun 7, 2022
1 parent 926d9bd commit a0ed1eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a0ed1eb

Please sign in to comment.