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 f9b0a53d7163bfa340f8a22435d7b6db9997db28 Author: XiaoHongbo <[email protected]> AuthorDate: Mon Jun 1 08:56:50 2026 +0800 [python] Remove duplicate requests dependency (#8056) (cherry picked from commit 08b612b3cb0d9a6d118aeeb7dd6d4c9c8c44d893) --- 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 6360113ecf..b1bddd8a6e 100644 --- a/paimon-python/dev/requirements.txt +++ b/paimon-python/dev/requirements.txt @@ -33,9 +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 +requests>=2.21.0,<3 urllib3>=1.26,<3 zstandard>=0.19,<1 cramjam>=1.3.0,<3; python_version>="3.7" pyyaml>=5.4,<7 -requests>=2.21.0,<3
