We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67d020 commit e92918fCopy full SHA for e92918f
flink-python/dev/dev-requirements.txt
@@ -16,7 +16,7 @@ pip>=20.3
16
setuptools>=18.0
17
wheel
18
apache-beam==2.68.0
19
-cython==3.1.5
+cython==3.1.6
20
py4j==0.10.9.9
21
python-dateutil==2.9.0.post0
22
cloudpickle==3.1.1
flink-python/pyproject.toml
@@ -22,7 +22,7 @@ requires = [
"setuptools>=18.0",
23
"wheel",
24
"apache-beam==2.68.0",
25
- "cython==3.1.5"
+ "cython==3.1.6"
26
]
27
28
[tool.cibuildwheel]
0 commit comments