AlenkaF commented on PR #47313: URL: https://github.com/apache/arrow/pull/47313#issuecomment-3178502234
Installing `cffi` again with a pinned version won't help, as the first install from `requirements-*-test.txt` already triggers the failure. Pinning `cffi` globally isn’t ideal since this only affects the 3.13 free-threaded build. Instead, we can patch the requirements file directly in the Dockerfile to exclude `cffi` and re-add it with a pinned version (`<2.0.0`). This avoids maintaining a separate override file and keeps the change localized to the affected build. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org