diff --git a/contexts/server-base/requirements.txt b/contexts/server-base/requirements.txt index e721eb2..169e742 100644 --- a/contexts/server-base/requirements.txt +++ b/contexts/server-base/requirements.txt @@ -26,7 +26,7 @@ adbc-driver-postgresql # optional turbodbc feature # We are adding the arrow/numpy extra requirements to make sure pip installs compatible versions -turbodbc[arrow,numpy]==4.7.0 +turbodbc[arrow,numpy]==4.8.0 # optional connectorx feature for x86_64 arch only, no Linux/arm64 wheel yet connectorx; platform.machine == 'x86_64' diff --git a/contexts/turbodbc-wheel/Dockerfile b/contexts/turbodbc-wheel/Dockerfile index 4b7d88a..a4789ee 100644 --- a/contexts/turbodbc-wheel/Dockerfile +++ b/contexts/turbodbc-wheel/Dockerfile @@ -23,7 +23,7 @@ RUN \ # Ensure requirements.txt is updated whenever turbodbc version bumped RUN \ set -eux; \ - pip wheel --no-cache-dir -w /wheels-tmp turbodbc==4.7.0 + pip wheel --no-cache-dir -w /wheels-tmp turbodbc==4.8.0 RUN \ --mount=type=bind,source=auditwheel-keep-pyarrow.py,target=auditwheel-keep-pyarrow.py \ diff --git a/contexts/turbodbc-wheel/auditwheel-keep-pyarrow.py b/contexts/turbodbc-wheel/auditwheel-keep-pyarrow.py index 9f66a56..9d5fa16 100644 --- a/contexts/turbodbc-wheel/auditwheel-keep-pyarrow.py +++ b/contexts/turbodbc-wheel/auditwheel-keep-pyarrow.py @@ -5,7 +5,7 @@ for policy in _POLICIES: policy['lib_whitelist'].append('libarrow_python.so') - policy['lib_whitelist'].append('libarrow.so.1300') + policy['lib_whitelist'].append('libarrow.so.1400') if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) diff --git a/contexts/turbodbc-wheel/requirements.txt b/contexts/turbodbc-wheel/requirements.txt index 3c92cd1..5ab99e8 100644 --- a/contexts/turbodbc-wheel/requirements.txt +++ b/contexts/turbodbc-wheel/requirements.txt @@ -11,4 +11,4 @@ pybind11>=2.10.4 # hack to ensure turbodbc builds pyarrow bindings # auditwheel-keep-pyarrow.py is targeting pyarrow 13 -pyarrow==13.0.0 +pyarrow==14.0.1