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(isolate_proto): pin grpc packages to 1.64.0 #231

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/isolate/pull/139