From 26e3b9ae452e3692b58412e25d8f11f28f396d10 Mon Sep 17 00:00:00 2001 From: xiaohongbo Date: Sun, 31 May 2026 11:39:35 +0800 Subject: [PATCH] [python] Add missing HTTP runtime dependencies --- 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 5a7f311e46fb..dccbe98366a9 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"