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

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new bee0bb007 [MINOR] [#4037] Upgrade twine version to fix python client 
deploy task (#4038)
bee0bb007 is described below

commit bee0bb00763d9baa781492ce141ffcb3647a88b9
Author: xloya <[email protected]>
AuthorDate: Wed Jul 3 15:08:39 2024 +0800

    [MINOR] [#4037] Upgrade twine version to fix python client deploy task 
(#4038)
    
    ### What changes were proposed in this pull request?
    
    Currently twine 5.0.0 will cause Python client deploy task failed,
    upgrade twine version to fix this problem.
    
    ### Why are the changes needed?
    
    Fix: #4037
    
    Co-authored-by: xiaojiebao <[email protected]>
---
 clients/client-python/requirements-dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/client-python/requirements-dev.txt 
b/clients/client-python/requirements-dev.txt
index 4e1d6b4a8..77387c01c 100644
--- a/clients/client-python/requirements-dev.txt
+++ b/clients/client-python/requirements-dev.txt
@@ -19,7 +19,7 @@ requests==2.32.2
 dataclasses-json==0.6.6
 pylint==3.2.2
 black==24.4.2
-twine==5.1.0
+twine==5.1.1
 coverage==7.5.1
 pandas==2.0.3
 pyarrow==15.0.2

Reply via email to