From e7d3d91e36bd059d7741bf110ae3f991669f7ff3 Mon Sep 17 00:00:00 2001 From: Mikhail Timonin Date: Sat, 27 Apr 2024 00:06:54 +0100 Subject: [PATCH 1/2] Update pyproject.toml to include pyarrow < 16 setup.py requires pyarrow<16, so should be reflected here as well --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c7eeba92..09eb4d8d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ['setuptools', 'wheel', 'pyarrow>=7', 'pybind11', 'oldest-supported-numpy'] +requires = ['setuptools', 'wheel', 'pyarrow>=7,<16', 'pybind11', 'oldest-supported-numpy'] [tool.black] exclude = ''' From d7461075d6aa0eb74b2f947d109d313df62654d5 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 29 Apr 2024 10:14:14 +0200 Subject: [PATCH 2/2] Bump msodbc --- earthly/odbc/odbcinst.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly/odbc/odbcinst.ini b/earthly/odbc/odbcinst.ini index 13a333380..08b715275 100644 --- a/earthly/odbc/odbcinst.ini +++ b/earthly/odbc/odbcinst.ini @@ -10,4 +10,4 @@ Threading = 2 [ODBC Driver 17 for SQL Server] Description = Microsoft ODBC Driver 17 for SQL Server -Driver = /opt/microsoft/msodbcsql17/lib64/libmsodbcsql-17.10.so.5.1 +Driver = /opt/microsoft/msodbcsql17/lib64/libmsodbcsql-17.10.so.6.1