pyroutelib3 icon indicating copy to clipboard operation
pyroutelib3 copied to clipboard

Protobuf gencode version mismatch warning

Open MKuranowski opened this issue 5 months ago • 1 comments

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.

MKuranowski avatar Sep 17 '24 06:09 MKuranowski