We already made pytz an optional dependency a while ago (ARROW-15580, #12522), so you can now convert arrow timestamp with tz to python without having pytz. In the case pytz is not installed, we "fall ...
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end ...