jina-ai / jina

☁️ Build multimodal AI applications with cloud-native stack
https://docs.jina.ai
Apache License 2.0
20.54k stars 2.21k forks source link

Bump grpcio to v1.64 to fix build error #6170

Open adlrwbr opened 1 month ago

adlrwbr commented 1 month ago

Goals:

Hi, the latest version of jina installed via poetry fails due to its dependency, grpcio v1.57.0, failing to build on x86_64 Linux w/ Python v3.12.3. A Google search brought me to google/bumble#459, which hinted that the solution might be to upgrade to v1.64.0. Sure enough, changing the dependency version fixes the build.