fix: update python connector version

This commit is contained in:
Adam Ji 2024-01-26 15:52:32 +08:00
parent 82a2733156
commit 54a00b3c21
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ md5sum /home/TDinternal/debug/build/lib/libtaos.so
#define taospy 2.7.10
pip3 list|grep taospy
pip3 uninstall taospy -y
pip3 install --default-timeout=120 taospy==2.7.13
pip3 install --default-timeout=120 taospy==2.7.13
#define taos-ws-py 0.3.1
pip3 list|grep taos-ws-py