You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Using pyroutelib3 generates the following warning:
I suppose
protobuf
needs to be frozen to a specific minor release to prevent this warning from being generated.The text was updated successfully, but these errors were encountered: