Skip to content

Commit

Permalink
Bump turbodbc to 4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Jun 17, 2024
1 parent 6abafac commit 0fe61ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contexts/turbodbc-wheel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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 \
repair \
--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*

Expand Down
2 changes: 1 addition & 1 deletion contexts/turbodbc-wheel/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0fe61ce

Please sign in to comment.