fal-ai / fal

⚡ Fastest way to serve open source ML models to millions
https://fal.ai/docs
Apache License 2.0
508 stars 44 forks source link

chore(fal): bump grpcio/isolate/isolate_proto #232

Closed efiop closed 3 months ago

efiop commented 3 months ago

Strictly speaking we should always generate python code with the same version of grpc that we will be using it with. Mixing and matching can cause unpredictable behaviour.

Related https://github.com/fal-ai/fal/pull/231 Related https://github.com/fal-ai/isolate/pull/139