This is an automated email from the ASF dual-hosted git repository.
csringhofer pushed a commit to branch branch-4.5.1
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/branch-4.5.1 by this push:
new ba68b43a8 IMPALA-14338: Update six to 1.17.0 to fix impala-shell on
Python 3.12+
ba68b43a8 is described below
commit ba68b43a89363963971900991ce5eaca9eec4b1d
Author: Csaba Ringhofer <[email protected]>
AuthorDate: Thu Aug 21 20:54:28 2025 +0200
IMPALA-14338: Update six to 1.17.0 to fix impala-shell on Python 3.12+
Change-Id: Iaa04b20f767f2ca74ee680151d029e304363994e
Reviewed-on: http://gerrit.cloudera.org:8080/23332
Reviewed-by: Csaba Ringhofer <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
shell/packaging/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shell/packaging/requirements.txt b/shell/packaging/requirements.txt
index f97a08df0..9b901afdd 100644
--- a/shell/packaging/requirements.txt
+++ b/shell/packaging/requirements.txt
@@ -4,7 +4,7 @@ kerberos==1.3.1
prettytable==0.7.2
sasl==0.4a1
setuptools>=36.8.0
-six==1.14.0
+six==1.17.0
sqlparse==0.3.1
thrift==0.16.0
thrift_sasl==0.4.3