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 08b612b3cb [python] Remove duplicate requests dependency (#8056)
08b612b3cb is described below
commit 08b612b3cb0d9a6d118aeeb7dd6d4c9c8c44d893
Author: XiaoHongbo <[email protected]>
AuthorDate: Mon Jun 1 08:56:50 2026 +0800
[python] Remove duplicate requests dependency (#8056)
---
paimon-python/dev/requirements.txt | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/paimon-python/dev/requirements.txt
b/paimon-python/dev/requirements.txt
index dccbe98366..828670f6dd 100644
--- a/paimon-python/dev/requirements.txt
+++ b/paimon-python/dev/requirements.txt
@@ -33,10 +33,9 @@ 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
+requests>=2.21.0,<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"
pyyaml>=5.4,<7
-requests>=2.21.0,<3