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

Update pyproject.toml to include pyarrow < 16 #423

Closed gblivegblive closed 2 months ago

gblivegblive commented 2 months ago

setup.py requires pyarrow<16, so should be reflected here as well

gblivegblive commented 2 months ago

not sure why the tests are failing - it complains about missing MS ODBC driver.

xhochy commented 2 months ago

not sure why the tests are failing - it complains about missing MS ODBC driver.

Yes, we regularly need to bump the config when MS does a new release. I'll push a fix.

xhochy commented 2 months ago

The Windows failure is unrelated.