Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade grpcio to depend on protobuf<5 #1128

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

bdubayah
Copy link
Contributor

@bdubayah bdubayah commented Sep 5, 2024

🚀 What

In release 0.9.30, open telemetry was added as a dependency to truss server. Open telemetry relies on protobuf<5, which conflicts with our grpc version requiring protobuf>5: 6484697

It looks like the briton python protos are being generated for protobuf 4.x already, so we should be good there. But, as a result we will be stuck on this grpc version until open telemetry upgrades to protobuf 5.x: open-telemetry/opentelemetry-python#3958

💻 How

🔬 Testing

@bdubayah bdubayah merged commit 072cb28 into main Sep 5, 2024
5 checks passed
@bdubayah bdubayah deleted the bdubayah/downgrade-trt-llm-grpcio branch September 5, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants