This is an automated email from the ASF dual-hosted git repository.
hxb 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 49998998ca8 [FLINK_32628][python] Fix build_wheels_on_macos fails on
AZP
49998998ca8 is described below
commit 49998998ca81e384975d5d81e09e8cb57eac337d
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Jul 22 04:16:34 2023 +0800
[FLINK_32628][python] Fix build_wheels_on_macos fails on AZP
This closes #23045.
---
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]