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

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

commit a95e225cd272c7c7db220e1c08e3e09226875df7
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