bito-code-review[bot] commented on PR #39949: URL: https://github.com/apache/superset/pull/39949#issuecomment-4397123874
<!-- Bito Reply --> The flagged issue is correct: requirements/development.txt pins requests==2.28.2 while requirements/base.txt pins requests==2.33.1, violating the README.md guarantee for matching shared library versions. To resolve, update the requests version in development.txt to 2.33.1. No other comments found in the PR. **requirements/development.txt** ``` requests==2.33.1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
