bito-code-review[bot] commented on code in PR #41258:
URL: https://github.com/apache/superset/pull/41258#discussion_r3445614671


##########
pyproject.toml:
##########
@@ -57,7 +57,7 @@ dependencies = [
     "flask-session>=0.4.0, <1.0",
     "flask-wtf>=1.3.0, <2.0",
     "geopy",
-    "greenlet>=3.0.3, <=3.5.0",
+    "greenlet<=3.5.1, >=3.5.1",

Review Comment:
   <div>
   
   
   <div id="suggestion">
   <div id="issue"><b>Stale lock files not synced</b></div>
   <div id="fix">
   
   The constraint effectively pins to `greenlet==3.5.1`, but 
`requirements/base.txt` (line 164) and `requirements/development.txt` (line 
376) still show `greenlet==3.5.0`. These lock files appear stale and should be 
regenerated to match the new constraint. Run your package manager's lock file 
regeneration command to sync them.
   </div>
   
   
   </div>
   
   
   
   
   <small><i>Code Review Run #7581c8</i></small>
   </div>
   
   ---
   Should Bito avoid suggestions like this for future reviews? (<a 
href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>)
   - [ ] Yes, avoid them



-- 
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]

Reply via email to