chore(python): update backend sample to consume grpcio from venv (#3961)

Backends can as well depends on grpcio and require different versions from
the ones that are installed in the system.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-10-25 12:32:48 +02:00 committed by GitHub
parent fd905b483b
commit dd2e243997
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 3 deletions

View file

@ -1,2 +1,3 @@
grpcio==1.67.0
protobuf
protobuf
grpcio-tools