This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch fix-python-ml-workflows
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-python-ml-workflows by
this push:
new efa04b19e76 Use 80.9.0 setuptools
efa04b19e76 is described below
commit efa04b19e760f4e8699c6777ba61a38d8aaa3af0
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Feb 27 17:39:35 2026 +0400
Use 80.9.0 setuptools
---
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 4cc40b2dede..4291bba2822 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -161,7 +161,7 @@ dataframe_dependency = [
]
milvus_dependency = [
- 'setuptools<82.0.0',
+ 'setuptools<=80.9.0',
'pymilvus>=2.5.10,<3.0.0'
]