This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-2 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit ee5a21a3c1988cdc90c18fbe0e2376098d002dd9 Author: Haonan <[email protected]> AuthorDate: Wed May 22 10:24:27 2024 +0800 Fix Python IT --- iotdb-client/client-py/requirements_dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iotdb-client/client-py/requirements_dev.txt b/iotdb-client/client-py/requirements_dev.txt index 38fe8ccd816..55fc3494dc6 100644 --- a/iotdb-client/client-py/requirements_dev.txt +++ b/iotdb-client/client-py/requirements_dev.txt @@ -23,6 +23,7 @@ flake8==3.9.0 black==24.3.0 # Testcontainer testcontainers==3.4.2 +requests~=2.32.1 # For releases twine==3.4.1 -wheel==0.38.1 \ No newline at end of file +wheel==0.38.1
