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 942d2344446 [FLINK-33531][python] Remove cython upper bounds
942d2344446 is described below

commit 942d234444636b13df7a118274d307943f5524cd
Author: HuangXingBo <h...@apache.org>
AuthorDate: Mon Nov 20 19:22:27 2023 +0800

    [FLINK-33531][python] Remove cython upper bounds
    
    This closes #23755.
---
 flink-python/dev/dev-requirements.txt | 2 +-
 flink-python/pyproject.toml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-python/dev/dev-requirements.txt 
b/flink-python/dev/dev-requirements.txt
index 3ac5460172e..2d74afd58c2 100755
--- a/flink-python/dev/dev-requirements.txt
+++ b/flink-python/dev/dev-requirements.txt
@@ -16,7 +16,7 @@ pip>=20.3
 setuptools>=18.0
 wheel
 apache-beam>=2.43.0,<2.49.0
-cython>=0.29.24,<3
+cython>=0.29.24
 py4j==0.10.9.7
 python-dateutil>=2.8.0,<3
 cloudpickle~=2.2.0
diff --git a/flink-python/pyproject.toml b/flink-python/pyproject.toml
index 5dfdd7b01de..c21b2fccd5e 100644
--- a/flink-python/pyproject.toml
+++ b/flink-python/pyproject.toml
@@ -22,7 +22,7 @@ requires = [
     "setuptools>=18.0",
     "wheel",
     "apache-beam>=2.43.0,<2.49.0",
-    "cython>=0.29.24,<3",
+    "cython>=0.29.24",
     "fastavro>=1.1.0,!=1.8.0"
 ]
 

Reply via email to