viur-framework / viur-core

The core component of ViUR, the Python framework for modern web development.
https://www.viur.dev
MIT License
13 stars 14 forks source link

Update `grpcio` #1222

Closed sveneberth closed 3 months ago

sveneberth commented 3 months ago

We use grpcio v1.65.0, which has been yanked: https://github.com/grpc/grpc/issues/37178

It produced unwanted log output.

https://github.com/viur-framework/viur-core/blob/104ac87cd92655a7aa084e182c7501dc42a5dcab/Pipfile.lock#L436

https://github.com/viur-framework/viur-core/blob/104ac87cd92655a7aa084e182c7501dc42a5dcab/src/viur/core/requirements.txt#L23