You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/05/09 01:45:50 UTC

[kyuubi] branch master updated: [KYUUBI #4805] Bump openai-java from 0.11.1 to 0.12.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 52a11e909 [KYUUBI #4805] Bump openai-java from 0.11.1 to 0.12.0
52a11e909 is described below

commit 52a11e909beb6d14e098e79323065284c8e34835
Author: bowenliang <bo...@apache.org>
AuthorDate: Tue May 9 09:45:38 2023 +0800

    [KYUUBI #4805] Bump openai-java from 0.11.1 to 0.12.0
    
    ### _Why are the changes needed?_
    
    - openai-java v0.12.0 release note: https://github.com/TheoKanning/openai-java/releases/tag/0.12.0
    - client version preparation for streaming chat support, with `Streaming support for Test and Chat completion
    ` in v0.12.0
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4805 from bowenliang123/openai0.12.0.
    
    Closes #4805
    
    724d8e7d4 [bowenliang] bump openai-java from 0.11.1 to 0.12.0
    
    Authored-by: bowenliang <bo...@apache.org>
    Signed-off-by: bowenliang <bo...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 03bf2a149..cff8f9656 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
         <mysql.jdbc.version>8.0.32</mysql.jdbc.version>
         <mockito.version>4.6.1</mockito.version>
         <netty.version>4.1.89.Final</netty.version>
-        <openai.java.version>0.11.1</openai.java.version>
+        <openai.java.version>0.12.0</openai.java.version>
         <parquet.version>1.10.1</parquet.version>
         <phoenix.version>6.0.0</phoenix.version>
         <prometheus.version>0.16.0</prometheus.version>