This is an automated email from the ASF dual-hosted git repository. XiaoHongbo-Hope pushed a commit to branch release-1.4 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 778a044d89c17fcc93143bb97608d235480bd951 Author: XiaoHongbo <[email protected]> AuthorDate: Sun May 31 22:55:02 2026 +0800 [python] Fix missing HTTP runtime dependencies (#8044) (cherry picked from commit 72027ef95153588b519151fe31835da2ebfcda91) --- 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 dd26e9e258..6360113ecf 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 cramjam>=1.3.0,<3; python_version>="3.7" pyyaml>=5.4,<7
