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 30b1621bec1 fix comma
30b1621bec1 is described below

commit 30b1621bec1220280761cdb47699e95448eeac52
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Feb 27 16:55:27 2026 +0400

    fix comma
---
 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 e0d602c9603..4cc40b2dede 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -161,7 +161,7 @@ dataframe_dependency = [
 ]
 
 milvus_dependency = [
-  'setuptools<82.0.0'
+  'setuptools<82.0.0',
   'pymilvus>=2.5.10,<3.0.0'
 ]
 

Reply via email to