This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.16 by this push:
new 5aed79cc316 [BP-1.16][FLINK-32628] Fix build_wheels_on_macos fails on
AZP
5aed79cc316 is described below
commit 5aed79cc3165e1df1cde6719b58ae2aa291f5ed4
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Thu Jul 27 02:03:08 2023 +0200
[BP-1.16][FLINK-32628] Fix build_wheels_on_macos fails on AZP
---
flink-python/pyproject.toml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/flink-python/pyproject.toml b/flink-python/pyproject.toml
index 0b92959feda..1eb8d60d105 100644
--- a/flink-python/pyproject.toml
+++ b/flink-python/pyproject.toml
@@ -22,11 +22,12 @@ requires = [
"setuptools>=18.0",
"wheel",
"apache-beam==2.38.0",
- "cython==0.29.24"
+ "cython==0.29.24",
+ "fastavro>=1.1.0,<1.4.8"
]
[tool.cibuildwheel]
build = ["cp36-*", "cp37-*", "cp38-*", "cp39-*"]
[tool.cibuildwheel.macos]
-archs = ["x86_64", "arm64"]
\ No newline at end of file
+archs = ["x86_64", "arm64"]