seldon-core
seldon-core copied to clipboard
Loosen grpcio-reflection dep from <1.35.0 to <2.0.0
Describe the bug
Currently seldon-core has a hard dependency of grpcio-reflection as "<1.35.0". For sledon-core to work in our code base, it should have a loosened dependency to <2.0.0 similar to what grpcio is.
The reason we want this to work is to make sure it works with https://github.com/feast-dev/feast v0.24.0
To reproduce
n/a
Expected behaviour
n/a