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


##########
pyproject.toml:
##########
@@ -218,7 +218,7 @@ development = [
     "docker",
     "flask-testing",
     "freezegun",
-    "grpcio>=1.55.3",
+    "grpcio>=1.81.1",

Review Comment:
   <!-- Bito Reply -->
   The update to `requirements/development.txt` correctly addresses the version 
drift by pinning `grpcio` to a minimum of `1.81.1` and maintaining 
`grpcio-status` at `1.60.1`. This approach is appropriate as `grpcio-status` 
tracks the proto API independently and remains compatible with the updated 
`grpcio` version, avoiding unnecessary version constraints.
   
   **requirements/development.txt**
   ```
   385:-grpcio==1.71.0
    386:+grpcio>=1.81.1
    390:-grpcio-status==1.60.1
    391:+grpcio-status>=1.81.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]

Reply via email to