Skip to content

Commit a92c533

Browse files
chore(batch-predictor,pyfunc-server): Bump up merlin-sdk versions in batch predictor and pyfunc server (#597)
# Description This PR pins the `merlin-sdk` versions of the batch predictor and pyfunc server to the latest version available. (This is a temporary fix before we modify the CICD workflow to publish new batch predictors and pyfunc servers that are pinned to the latest `merlin-sdk` versions.) # Modifications - Pin `merlin-sdk` versions of the batch predictor and pyfunc server to `==0.44.0` # Tests <!-- Besides the existing / updated automated tests, what specific scenarios should be tested? Consider the backward compatibility of the changes, whether corner cases are covered, etc. Please describe the tests and check the ones that have been completed. Eg: - [x] Deploying new and existing standard models - [ ] Deploying PyFunc models --> # Checklist - [x] Added PR label - [ ] 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 introduces API changes # Release Notes ```release-note NONE ```
1 parent 328b83f commit a92c533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cloudpickle==2.0.0
22
findspark==2.0.1
3-
merlin-sdk<0.43.0
3+
merlin-sdk==0.44.0
44
mlflow==1.26.1
55
pyarrow>=0.14.1,<11.0.0
66
pyspark==3.0.1

python/pyfunc-server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cloudpickle==2.0.0
44
confluent-kafka==2.3.0
55
grpcio-health-checking
66
grpcio-reflection
7-
merlin-sdk<0.43.0
7+
merlin-sdk==0.44.0
88
numpy>=1.8.2
99
orjson>=2.6.8
1010
prometheus-client

0 commit comments

Comments
 (0)