rusackas commented on code in PR #41254:
URL: https://github.com/apache/superset/pull/41254#discussion_r3449982232
##########
pyproject.toml:
##########
@@ -218,7 +218,7 @@ development = [
"docker",
"flask-testing",
"freezegun",
- "grpcio>=1.55.3",
+ "grpcio>=1.81.1",
Review Comment:
Good catch on the drift, fixed - regenerated `requirements/development.txt`
so `grpcio` pins at `1.81.1`. Left `grpcio-status==1.60.1` as `pip-compile`
resolved it; it tracks the proto API separately and stays compatible, so no
need to force-match the major.minor.
--
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]