Hello, Ran into a small versioning error with `dag...
# ask-community
j
Hello, Ran into a small versioning error with
dagster
. We double a repo as a
grpc
server and it also houses dagster code. we require the
grpc-health-checking
to have
version >= 1.44.0
while dagster requires =1.32.0,<1.44.0> . Is there anything preventing this version restraint being eased on in dagster? If so we can ease the restraint on our end, although I would prefer not to. Fwiw the Dagster
grpcio
package restraint doesnt have the upper bound that the health check does.