This is an automated email from the ASF dual-hosted git repository. dianfu pushed a commit to branch release-2.1 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 4758c355a3038a68269c537032340f4cbe33826e 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 2a2eef0336f..a57bc24af5d 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
