This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new e359318c4493 [SPARK-46293][CONNECT][PYTHON] Use `protobuf` transitive 
dependency
e359318c4493 is described below

commit e359318c4493e16a7546d70c9340ffc5015aacff
Author: Haejoon Lee <haejoon....@databricks.com>
AuthorDate: Thu Dec 7 10:28:27 2023 -0800

    [SPARK-46293][CONNECT][PYTHON] Use `protobuf` transitive dependency
    
    ### What changes were proposed in this pull request?
    
    This PR proposes to remove `protobuf` from required package.
    
    ### Why are the changes needed?
    
    `protobuf` is automatically installed when installing `grpcio` and 
`grpcio-status`, so we don't need to specify the specific version explicitly.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No API changes.
    
    ### How was this patch tested?
    
    The existing CI should pass
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #44221 from itholic/protobuf_docs.
    
    Authored-by: Haejoon Lee <haejoon....@databricks.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 dev/requirements.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev/requirements.txt b/dev/requirements.txt
index 0f1f1aee5b63..51facfeb5088 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -53,7 +53,6 @@ py
 # Spark Connect (required)
 grpcio>=1.59.3
 grpcio-status>=1.59.3
-protobuf==4.25.1
 googleapis-common-protos>=1.56.4
 
 # Spark Connect python proto generation plugin (optional)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to