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: `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](https://github.com/onnx/tensorflow-onnx/pull/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!