diff --git a/pyproject.toml b/pyproject.toml index c55b94f..12a5ce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "duckdb >= 0.7.0, < 2", "openpyxl >= 3.1.2", "pandas >= 2.1.1, < 3", - "pyarrow >= 14, < 19", + "pyarrow >= 14, < 24", "xmlschema >= 3.3.1" ] diff --git a/requirements.txt b/requirements.txt index b3e0414..e50a4ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ defusedxml>=0.7.1 duckdb>=0.7.0,<2 openpyxl>=3.1.2 pandas>=2.1.1,<3 -pyarrow>=14.0.0,<19 +pyarrow>=14.0.0,<24 xmlschema>=3.3.1