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

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

commit 9437f9fd1689320e74c71d61a8692d767fa0e073
Author: Csaba Ringhofer <[email protected]>
AuthorDate: Thu Mar 6 22:55:25 2025 +0100

    IMPALA-12656: Bump sasl to 0.4a1 to allow Python3.11+ in impala-shell
    
    Before this change impala-shell could not be installed on Python 3.11
    duo to compilation failure in python-sasl. Checked installation
    on Python 3.11/3.12/3.13.
    
    Also bumps impyla version to 0.21a2.
    
    Change-Id: I4efdd105e489e1d0a996d156fb7efbb6fad8da7d
    Reviewed-on: http://gerrit.cloudera.org:8080/22593
    Tested-by: Impala Public Jenkins <[email protected]>
    Reviewed-by: Riza Suminto <[email protected]>
---
 infra/python/deps/requirements.txt | 2 +-
 shell/packaging/requirements.txt   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/infra/python/deps/requirements.txt 
b/infra/python/deps/requirements.txt
index e1b9ab409..de320c3e2 100644
--- a/infra/python/deps/requirements.txt
+++ b/infra/python/deps/requirements.txt
@@ -27,7 +27,7 @@ hdfs == 2.0.2
   docopt == 0.6.2
   execnet == 1.4.0
     apipkg == 1.4
-impyla == 0.21a1
+impyla == 0.21a3
   bitarray == 2.3.0
   pure-sasl == 0.6.2
   # six == 1.14.0 (specified separately)
diff --git a/shell/packaging/requirements.txt b/shell/packaging/requirements.txt
index 26da634b9..f97a08df0 100644
--- a/shell/packaging/requirements.txt
+++ b/shell/packaging/requirements.txt
@@ -2,7 +2,7 @@ bitarray==2.3.0
 configparser==4.0.2
 kerberos==1.3.1
 prettytable==0.7.2
-sasl==0.3.1
+sasl==0.4a1
 setuptools>=36.8.0
 six==1.14.0
 sqlparse==0.3.1

Reply via email to