From 0fe61ceead7068b2eed3cdd245c8a63a8ef8fb4f Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Mon, 17 Jun 2024 10:18:54 -0700 Subject: [PATCH] Bump turbodbc to 4.12.1 --- contexts/turbodbc-wheel/Dockerfile | 4 ++-- contexts/turbodbc-wheel/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contexts/turbodbc-wheel/Dockerfile b/contexts/turbodbc-wheel/Dockerfile index 2f376b0..bc9f919 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.8.0 + pip wheel --no-cache-dir -w /wheels-tmp turbodbc==4.12.1 RUN set -eux; \ auditwheel \ @@ -31,7 +31,7 @@ RUN set -eux; \ --plat manylinux_2_35_$(uname -m) \ --only-plat \ --exclude libarrow_python.so \ - --exclude libarrow.so.1400 \ + --exclude libarrow.so.1600 \ --wheel-dir /wheels \ /wheels-tmp/turbodbc* diff --git a/contexts/turbodbc-wheel/requirements.txt b/contexts/turbodbc-wheel/requirements.txt index 3030d70..8f19df4 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 # Ensure this is compatible with the auditwheel --exclude -pyarrow==14.0.1 +pyarrow==16.1.0