diff --git a/pyproject.toml b/pyproject.toml index edfcd145aefd..654b288fab5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dependencies = [ "python-dateutil", "python-dotenv", # optional dependencies for Flask but required for Superset, see https://flask.palletsprojects.com/en/stable/installation/#optional-dependencies "python-geohash", - "pyarrow>=18.1.0, <19", + "pyarrow>=16.1.0, <17", "pyyaml>=6.0.0, <7.0.0", "PyJWT>=2.4.0, <3.0", "redis>=4.6.0, <5.0",