Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Python connector documentation and aligns CI/test environments to use taos-ws-py 0.6.9 (including noting the new riscv64 support) to keep docs and automated runs consistent.
Changes:
- Bump
taos-ws-pyfrom 0.6.8 → 0.6.9 across CI Dockerfiles and test runner scripts. - Update test dependency definitions (
requirements.txt,pyproject.toml, anduv.lock) for the new minimum/pinned version. - Add
0.6.9entry to English/Chinese Python connector docs’ WebSocket connector version history.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Code Review
This pull request updates the taos-ws-py connector version from 0.6.8 to 0.6.9 across documentation, test scripts, CI configurations, and dependency files to support the riscv64 architecture. Feedback was provided regarding the manual modification of the uv.lock file, which should be updated using the uv tool to ensure the lockfile remains consistent and correctly resolved.

Description
docs: update python connector docs
Issue(s)
Checklist
Please check the items in the checklist if applicable.