MobilityData / gtfs-realtime-bindings

Language bindings generated from the GTFS Realtime protocol buffer spec for popular languages.
Apache License 2.0
370 stars 127 forks source link

Python impending issue due to protocol buffer library update beyond 5.0 #135

Open tolidano opened 2 months ago

tolidano commented 2 months ago

After 4.25.3, the next release removes the ability to register extensions. This breaks NYCT and other extensions.

How will this work once 4.25.3 is removed from PyPI? I see in the Dockerfile for python it's pinned to 4.21.x right now.