diff --git a/pyproject.toml b/pyproject.toml index 4a2e0801..1c21d044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,8 @@ dependencies = [ "distro>=1.7.0, <2", "sniffio", "pandas; python_version >= '3.7'", - "pyarrow==15.0.2", + "pyarrow>=15.0.2,<=17.0.0; python_version == '3.8'", + "pyarrow>=18.0.0; python_version >= '3.9'", "pyyaml>=6.0", "requests_toolbelt>=1.0.0", "tqdm",