Closed rxm7706 closed 3 months ago
Current pin in version 1.4.0 is "pyarrow>=16.0,<16.1.0" https://github.com/mongodb-labs/mongo-arrow/blob/1.4.0/bindings/python/pyproject.toml Would it be possible to to support the latest version too - 16.1.0 https://pypi.org/project/pyarrow/ It prevents downgrading pyarrow to install mongo-arrow. Thank you and Regards.
Hi @rxm7706, we're tracking this in https://jira.mongodb.org/browse/ARROW-235. I made an attempt in to support it for 1.4.0 but ran into test failures.
Resolved by supporting PyArrow 17 in latest build..
Current pin in version 1.4.0 is "pyarrow>=16.0,<16.1.0" https://github.com/mongodb-labs/mongo-arrow/blob/1.4.0/bindings/python/pyproject.toml Would it be possible to to support the latest version too - 16.1.0 https://pypi.org/project/pyarrow/ It prevents downgrading pyarrow to install mongo-arrow. Thank you and Regards.