fix: update version taospy==2.7.21 taos-ws-py=0.3.8

This commit is contained in:
Alex Duan 2025-01-08 18:09:46 +08:00
parent 61501f1074
commit 1d7b0f2ff4
3 changed files with 4 additions and 4 deletions

View File

@ -368,8 +368,8 @@ def pre_test_build_win() {
''' '''
bat ''' bat '''
cd %WIN_COMMUNITY_ROOT%/tests/ci cd %WIN_COMMUNITY_ROOT%/tests/ci
pip3 install taospy==2.7.16 pip3 install taospy==2.7.21
pip3 install taos-ws-py==0.3.5 pip3 install taos-ws-py==0.3.8
xcopy /e/y/i/f %WIN_INTERNAL_ROOT%\\debug\\build\\lib\\taos.dll C:\\Windows\\System32 xcopy /e/y/i/f %WIN_INTERNAL_ROOT%\\debug\\build\\lib\\taos.dll C:\\Windows\\System32
''' '''
return 1 return 1

View File

@ -130,7 +130,7 @@ pip3 install kafka-python
python3 kafka_example_consumer.py python3 kafka_example_consumer.py
# 21 # 21
pip3 install taos-ws-py==0.3.5 pip3 install taos-ws-py==0.3.8
python3 conn_websocket_pandas.py python3 conn_websocket_pandas.py
# 22 # 22

View File

@ -78,7 +78,7 @@ md5sum /home/TDinternal/debug/build/lib/libtaos.so
#get python connector and update: taospy 2.7.16 taos-ws-py 0.3.5 #get python connector and update: taospy 2.7.16 taos-ws-py 0.3.5
pip3 install taospy==2.7.21 pip3 install taospy==2.7.21
pip3 install taos-ws-py==0.3.5 pip3 install taos-ws-py==0.3.8
$TIMEOUT_CMD $cmd $TIMEOUT_CMD $cmd
RET=$? RET=$?
echo "cmd exit code: $RET" echo "cmd exit code: $RET"