The pyarrow package is about 80MB, which is giant. This is especially impactful for python apps which are distributed (much larger than the rest of the app combined).
The feature it provides (parquet checking) isn't needed by most users.
I'd suggest making that dependency optional. If present, use the package. If missing raise a helpful error telling them to install it.