This is an automated email from the ASF dual-hosted git repository.

dianfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d5e14f7498 [FLINK-39052][python] Bump version auditwheel to 6.6.0 
(#27563)
2d5e14f7498 is described below

commit 2d5e14f7498adfda0a16f4856e4145588b8f1785
Author: Dian Fu <[email protected]>
AuthorDate: Tue Feb 10 16:44:15 2026 +0800

    [FLINK-39052][python] Bump version auditwheel to 6.6.0 (#27563)
---
 flink-python/dev/build-wheels.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-python/dev/build-wheels.sh b/flink-python/dev/build-wheels.sh
index 39180452450..1b9eb38cab3 100755
--- a/flink-python/dev/build-wheels.sh
+++ b/flink-python/dev/build-wheels.sh
@@ -43,7 +43,7 @@ if [[ "$(uname)" != "Darwin" ]]; then
     echo "Converting linux_x86_64 wheel to manylinux1"
     source `pwd`/dev/.uv/bin/activate
     # 4.1 install patchelf and auditwheel
-    uv pip install patchelf==0.17.2.1 auditwheel==3.2.0
+    uv pip install patchelf==0.17.2.1 auditwheel==6.6.0
     # 4.2 convert Linux wheel
     for wheel_file in dist/*.whl; do
         auditwheel repair ${wheel_file} -w dist

Reply via email to