With awswrangler 2.4.0, I see that pyarrow 3.0.0 is supported. When I do a "pip install awswrangler", it remains at 2.0.0 in my notebook. Shouldn't that upgrade pyarrow to 3.0.0 also? How do I get the pyarrow to upgrade to 3.0.0? I found a data issue that seems to be resolved in pyarrow 3.0.0, but when installing awswrangler, the pyarrow version stays at 2.0.0. I need pyarrow 3.0.0 when using the Lambda layer and Glue wheel as well.
Thanks in advance!