From 15762dd2b0cba3ed167c04e366ef6daaa90d1fc0 Mon Sep 17 00:00:00 2001 From: AN Long Date: Mon, 25 May 2026 21:43:58 +0900 Subject: [PATCH] Add requests as dependency --- paimon-python/dev/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/paimon-python/dev/requirements.txt b/paimon-python/dev/requirements.txt index 9cd250500bd6..5a7f311e46fb 100644 --- a/paimon-python/dev/requirements.txt +++ b/paimon-python/dev/requirements.txt @@ -37,3 +37,4 @@ 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" pyyaml>=5.4,<7 +requests>=2.21.0,<3