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 c95760a commit 6b28daeCopy full SHA for 6b28dae
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.4
+cython==3.1.5
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.4"
+ "cython==3.1.5"
26
]
27
28
[tool.cibuildwheel]
0 commit comments