This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new bb80f6cea14 Fix Python IT (#12567)
bb80f6cea14 is described below
commit bb80f6cea14a1e1a76713a4e91248681c9b7cea8
Author: Haonan <[email protected]>
AuthorDate: Wed May 22 10:45:21 2024 +0800
Fix Python IT (#12567)
---
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..8068e8c747f 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.0
# For releases
twine==3.4.1
-wheel==0.38.1
\ No newline at end of file
+wheel==0.38.1