Conversation
There was a problem hiding this comment.
Pull request overview
Updates Python dependency constraints to ensure requests is at least version 2.32.0 in test and example environments.
Changes:
- Set
requests>=2.32.0in the legacytestsPython requirements. - Set
requests>=2.32.0in thetaosdemoexample requirements.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tests/requirements.txt | Adds a minimum requests version for the test dependency set. |
| examples/python/taosdemo/requirements.txt | Adds a minimum requests version for the example dependency set. |
💡 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 requests dependency to version 2.32.0 in both examples/python/taosdemo/requirements.txt and tests/requirements.txt to address security vulnerabilities. Feedback suggests further upgrading to requests>=2.32.3 to resolve compatibility regressions introduced in version 2.32.0 and moving the dependency in the example file to the appropriate section for versioned requirements to maintain file organization.
Description
Issue(s)
Checklist
Please check the items in the checklist if applicable.