launchflow / buildflow

BuildFlow, is an open source framework for building large scale systems using Python. All you need to do is describe where your input is coming from and where your output should be written, and BuildFlow handles the rest. No configuration outside of the code is required.
https://docs.launchflow.com/buildflow
Apache License 2.0
193 stars 7 forks source link

update grpcio dependency to >= 1.56.0 #210

Closed boetro closed 1 year ago

boetro commented 1 year ago

This will help fix the latest vulnerability that was discovered in grpc.

We were previously blocked by: https://github.com/grpc/grpc/issues/31885

But this is supposedly fixed with v1.56.0: https://github.com/grpc/grpc/issues/31885#issuecomment-1604681629