This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 551a5a0c998 Update cython requirement from <4,>=3.0 to >=3.2.5,<4 in
/sdks/python (#38626)
551a5a0c998 is described below
commit 551a5a0c9989eb1657ca5ac6972c225687ba9cdd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 26 07:57:52 2026 -0400
Update cython requirement from <4,>=3.0 to >=3.2.5,<4 in /sdks/python
(#38626)
Updates the requirements on [cython](https://github.com/cython/cython) to
permit the latest version.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](https://github.com/cython/cython/compare/3.0.0...3.2.5)
---
updated-dependencies:
- dependency-name: cython
dependency-version: 3.2.5
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
sdks/python/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml
index 636849f54c9..7da1d29acef 100644
--- a/sdks/python/pyproject.toml
+++ b/sdks/python/pyproject.toml
@@ -32,7 +32,7 @@ requires = [
# Numpy headers
"numpy>=1.14.3,<2.5.0", # Update setup.py as well.
# having cython here will create wheels that are platform dependent.
- "cython>=3.0,<4",
+ "cython>=3.2.5,<4",
## deps for generating external transform wrappers:
# also update PyYaml bounds in sdks:python:generateExternalTransformsConfig
'pyyaml>=3.12,<7.0.0',