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

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


The following commit(s) were added to refs/heads/release-1.17 by this push:
     new 3d68f53520e [BP-1.17][FLINK-32628] Fix build_wheels_on_macos fails on 
AZP
3d68f53520e is described below

commit 3d68f53520e85c00577e9f05f406edfe0c124ef3
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Wed Jul 26 22:44:19 2023 +0200

    [BP-1.17][FLINK-32628] Fix build_wheels_on_macos fails on AZP
---
 flink-python/pyproject.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/flink-python/pyproject.toml b/flink-python/pyproject.toml
index cc48df40c80..dfe21251062 100644
--- a/flink-python/pyproject.toml
+++ b/flink-python/pyproject.toml
@@ -22,7 +22,8 @@ requires = [
     "setuptools>=18.0",
     "wheel",
     "apache-beam==2.43.0",
-    "cython==0.29.24"
+    "cython==0.29.24",
+    "fastavro>=1.1.0,<1.4.8"
 ]
 
 [tool.cibuildwheel]

Reply via email to