diff --git a/setup.py b/setup.py index c1f82d939168b5..128fd99efcf5f0 100644 --- a/setup.py +++ b/setup.py @@ -391,7 +391,7 @@ def get_sphinx_theme_version() -> str: 'pinotdb>0.1.2,<1.0.0', ] plexus = [ - 'arrow>=0.16.0', + 'arrow>=0.16.0,<1.0.0', ] postgres = [ 'psycopg2-binary>=2.7.4',