pyroutelib3
pyroutelib3 copied to clipboard
Protobuf gencode version mismatch warning
Using pyroutelib3 generates the following warning:
/.../.venv/lib/python3.12/site-packages/google/protobuf/runtime_version.py:112: UserWarning: Protobuf gencode version 5.27.2 is older than the runtime version 5.28.1 at osmformat.proto. Please avoid checked-in Protobuf gencode that can be obsolete.
I suppose protobuf
needs to be frozen to a specific minor release to prevent this warning from being generated.