blue-yonder / turbodbc

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
http://turbodbc.readthedocs.io/en/latest
MIT License
607 stars 85 forks source link

Support pyarrow=14.0.1 #398

Closed rxm7706 closed 7 months ago

rxm7706 commented 8 months ago

@xhochy - This is just a placeholder. Assume at some point Pyarrow 14.0.1 will be supported similar to

Opening this just because we ran into https://nvd.nist.gov/vuln/detail/CVE-2023-47248 while trying to upgrade to PyArrow 14.0 and decided to skip to 14.0.1 One dependency was Turbodbc - that we will have to wait for.

Thanks and Regards.

rxm7706 commented 8 months ago

Also in case this helps others - since the CVE affects PyArrow versions 0.14.0 to 14.0.0 https://github.com/pitrou/pyarrow-hotfix provides a good work around for both pip and conda users pip install pyarrow_hotfix conda install -c conda-forge pyarrow-hotfix

cshaley commented 8 months ago

Raised #399