This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/redisExtra in repository https://gitbox.apache.org/repos/asf/beam.git
commit 4036b363a1c638bf89e504a71ed5b546f0de6965 Author: Danny Mccormick <[email protected]> AuthorDate: Mon Nov 10 11:26:54 2025 -0500 split redis into extra --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 074d64ae892..289433f9ea5 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -402,7 +402,6 @@ if __name__ == '__main__': 'protobuf>=3.20.3,<7.0.0.dev0,!=4.0.*,!=4.21.*,!=4.22.0,!=4.23.*,!=4.24.*', # pylint: disable=line-too-long 'python-dateutil>=2.8.0,<3', 'pytz>=2018.3', - 'redis>=5.0.0,<6', 'requests>=2.32.4,<3.0.0', 'sortedcontainers>=2.4.0', 'typing-extensions>=3.7.0', @@ -588,6 +587,7 @@ if __name__ == '__main__': 'torch==2.8.0+cpu', 'transformers>=4.28.0,<4.56.0' ], + 'redis': ['redis>=5.0.0,<6'], 'tft': [ 'tensorflow_transform>=1.14.0,<1.15.0' # tensorflow-transform requires dill, but doesn't set dill as a
