diff --git a/python/pyproject.toml b/python/pyproject.toml index 634b675434..67e958ba0d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.11" ] dependencies = [ - "pyarrow>=8,<=12", + "pyarrow>=8,<13", 'typing-extensions;python_version<"3.8"', ]