Skip to content

Conversation

jinsun-yoo
Copy link
Contributor

Summary

Refer to #195
Update pyproject.toml to use most recent protobuf, instead of capping at 5.*
This has an inherent risk of the bleeding edge protobuf breaking Chakra.

Test Plan

pip install -e .
pip show protobuf | grep Version
Version: 5.29.5
chakra_generator
#.... Error message


# In a new conda environment
# Apply this PR
pip install -e .
pip show protobuf | grep Version 
Version: 6.31.1
chakra_generator
# No error message

Additional Notes

I still believe the long term solution to this issue is, during pip install ./pyproject.toml, not to use grpc_tools.protoc that forces a version update on its own schedule.

@jinsun-yoo jinsun-yoo requested a review from a team as a code owner August 8, 2025 05:15
Copy link

github-actions bot commented Aug 8, 2025

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

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.

1 participant