From 7cccb1fab6030ccb9b50f008f0e69ddae8615519 Mon Sep 17 00:00:00 2001 From: Krithika Sundararajan Date: Fri, 3 Nov 2023 14:29:41 +0800 Subject: [PATCH] Add grpcio-reflection back to pyfunc server dependencies (#486) **What this PR does / why we need it**: Follow up from https://github.com/caraml-dev/merlin/pull/485 `grpcio-reflection` is needed as a dependency for the Pyfunc UPI server. Adding it back, without pinning the version. **Which issue(s) this PR fixes**: Fixes # **Does this PR introduce a user-facing change?**: ```release-note Fix: Add back grpcio-reflection as a dependency ``` **Checklist** - [ ] Added unit test, integration, and/or e2e tests - [ ] Tested locally - [ ] Updated documentation - [ ] Update Swagger spec if the PR introduce API changes - [ ] Regenerated Golang and Python client if the PR introduce API changes --- python/pyfunc-server/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/pyfunc-server/requirements.txt b/python/pyfunc-server/requirements.txt index 96b235523..c7588e4c2 100644 --- a/python/pyfunc-server/requirements.txt +++ b/python/pyfunc-server/requirements.txt @@ -7,4 +7,6 @@ uvloop>=0.15.2,<0.18.0 orjson>=2.6.8 tornado caraml-upi-protos +grpcio-reflection +grpcio-health-checking file:${SDK_PATH}#egg=merlin-sdk