This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch branch-1.1
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.1 by this push:
new d5351d6f6a [Cherry-pick to branch-1.1] [#9919] fix(CI): Fix python CI
pipeline fails due to runner image upgrade. (#9918) (#9925)
d5351d6f6a is described below
commit d5351d6f6ae408a469c89dab615cc72041c9376e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 10 09:23:47 2026 +0800
[Cherry-pick to branch-1.1] [#9919] fix(CI): Fix python CI pipeline fails
due to runner image upgrade. (#9918) (#9925)
**Cherry-pick Information:**
- Original commit: f8f7c9e198a4823dc799d277ed73c5711b5d79a3
- Target branch: `branch-1.1`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Qi Yu <[email protected]>
---
clients/client-python/requirements-dev.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/clients/client-python/requirements-dev.txt
b/clients/client-python/requirements-dev.txt
index a39836b3f4..e92ebbbc07 100644
--- a/clients/client-python/requirements-dev.txt
+++ b/clients/client-python/requirements-dev.txt
@@ -32,3 +32,6 @@ pyjwt[crypto]==2.10.1
jwcrypto==1.5.6
sphinx==7.1.2
furo==2024.8.6
+# banks 2.4.0 does not support python 3.9.* or lower, so we limit the version
here. We can also
+# consider upgrading the python version to 3.10.x or higher in the future to
avoid this issue.
+banks==2.3.0