Skip to content

Commit 533e767

Browse files
Update cython requirement from <4,>=3.0 to >=3.2.5,<4 in /sdks/python
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](cython/cython@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] <support@github.com>
1 parent 361c2c4 commit 533e767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requires = [
3232
# Numpy headers
3333
"numpy>=1.14.3,<2.5.0", # Update setup.py as well.
3434
# having cython here will create wheels that are platform dependent.
35-
"cython>=3.0,<4",
35+
"cython>=3.2.5,<4",
3636
## deps for generating external transform wrappers:
3737
# also update PyYaml bounds in sdks:python:generateExternalTransformsConfig
3838
'pyyaml>=3.12,<7.0.0',

0 commit comments

Comments
 (0)