Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump turbodbc to 4.12.1 #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading