This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 72027ef951 [python] Fix missing HTTP runtime dependencies (#8044)
72027ef951 is described below
commit 72027ef95153588b519151fe31835da2ebfcda91
Author: XiaoHongbo <[email protected]>
AuthorDate: Sun May 31 22:55:02 2026 +0800
[python] Fix missing HTTP runtime dependencies (#8044)
---
paimon-python/dev/requirements.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/paimon-python/dev/requirements.txt
b/paimon-python/dev/requirements.txt
index 5a7f311e46..dccbe98366 100644
--- a/paimon-python/dev/requirements.txt
+++ b/paimon-python/dev/requirements.txt
@@ -33,6 +33,8 @@ pyroaring<=0.3.3; python_version < "3.7"
pyroaring<=0.4.5; python_version == "3.7"
pyroaring>=1.0.0; python_version >= "3.8"
readerwriterlock>=1,<2
+requests>=2.20,<3
+urllib3>=1.26,<3
zstandard>=0.19,<1
backports.zstd>=1.0.0,<1.4.0; python_version >= "3.9" and python_version <
"3.14"
cramjam>=1.3.0,<3; python_version>="3.7"