Clarifai / clarifai-python-grpc

Clarifai gRPC Python API client
https://docs.clarifai.com
Other
56 stars 20 forks source link

DEVX-584 Fix extensive logging from grpcio 1.65 by capping the requirement #191

Closed nitinbhojwani closed 1 month ago

nitinbhojwani commented 1 month ago

What

Fix the extensive logging caused by grpcio >= 1.65.0 by capping the requirement to <1.65.0.

Bug

This bug is being tracked in the Github issue https://github.com/grpc/grpc/issues/37162 Once the issue is resolved, we can remove the cap on the grpcio requirement.