There was an error while loading. Please reload this page.
Hi๐,
I'm working on a production app that requires protobuf >= 4.25.8, but the current version of tf2onnx requires <4.0, which causes dependency conflicts:
protobuf >= 4.25.8
tf2onnx
<4.0
Because tf2onnx (1.16.1) depends on protobuf (>=3.20,<4.0) and our app requires protobuf (>=4.25.8), version solving fails.
I noticed that PR #2391 attempts to update this but has been inactive for over 3 months and the CI logs have expired.
Would you be open to reviewing that PR and reviving it?
Thanks so much!