This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fix_python_warn in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit cdd719dfc7d5a57af9821db5a5029736a7b7422b Author: HTHou <[email protected]> AuthorDate: Fri May 24 10:15:52 2024 +0800 Fix python security warning --- iotdb-client/client-py/requirements_dev.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/iotdb-client/client-py/requirements_dev.txt b/iotdb-client/client-py/requirements_dev.txt index 8068e8c747f..3fc588338b8 100644 --- a/iotdb-client/client-py/requirements_dev.txt +++ b/iotdb-client/client-py/requirements_dev.txt @@ -23,7 +23,6 @@ flake8==3.9.0 black==24.3.0 # Testcontainer testcontainers==3.4.2 -requests<2.32.0 # For releases twine==3.4.1 wheel==0.38.1
