docs: update SQLAlchemy dependency requirements for taos-ws-py connector#35009
Merged
docs: update SQLAlchemy dependency requirements for taos-ws-py connector#35009
Conversation
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Python connector documentation to clarify SQLAlchemy dependency requirements across taos-ws-py versions, reflecting the dialect migration in taos-ws-py 0.6.7+.
Changes:
- Document that
taos-ws-py≤ 0.6.6 requirestaospy2.8.5–2.8.9 for SQLAlchemy usage. - Document that starting with
taos-ws-py0.6.7, SQLAlchemy no longer depends ontaospy(dialect migrated). - Add
taos-ws-py0.6.7 entry to the WebSocket connector version history tables (ZH/EN).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/zh/14-reference/05-connector/30-python.mdx | Updates Chinese note + adds 0.6.7 WebSocket connector history entry about SQLAlchemy dialect migration. |
| docs/en/14-reference/05-connector/30-python.md | Updates English note + adds 0.6.7 WebSocket connector history entry about SQLAlchemy dialect migration. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sheyanjie-qq
approved these changes
Mar 31, 2026
zitsen
approved these changes
Mar 31, 2026
jiajingbin
pushed a commit
that referenced
this pull request
Apr 8, 2026
…tor (#35009) * docs: update SQLAlchemy dependency requirements for taos-ws-py connector * docs: update taos-ws-py dependency to version 0.6.7 across multiple files
wangmm0220
pushed a commit
that referenced
this pull request
Apr 14, 2026
…tor (#35009) * docs: update SQLAlchemy dependency requirements for taos-ws-py connector * docs: update taos-ws-py dependency to version 0.6.7 across multiple files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
docs: update SQLAlchemy dependency requirements for taos-ws-py connector
Issue(s)
Checklist
Please check the items in the checklist if applicable.