Skip to content

Commit 69ad991

Browse files
Update cython requirement from <4,>=3.0 to >=3.2.4,<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.4) --- updated-dependencies: - dependency-name: cython dependency-version: 3.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e126106 commit 69ad991

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/container/base_image_requirements_manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Consider constraining requirements of Beam itself when necessary.
2626

2727
bs4 # Commonly used HTML processing tool.
28-
cython>=3,<4
28+
cython>=3.2.4,<4
2929
# future is no longer a Beam dependency, but is an implicit dependency in
3030
# some versions of libraries that launch Beam pipelines, like tensorflow-transform.
3131
# Leaving 'future' in our containers for now prevent breaking tft users.

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.4,<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)