metricq / metricq-python

🐍 The MetricQ Python interface
https://metricq.github.io/metricq-python/
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

bug: protoc updated version naming conventions #190

Closed devmaxde closed 1 month ago

devmaxde commented 2 months ago

This merge request modifies the version parsing regex to handle cases where the major version is not specified. It will default to 3, because the value is reused later.

https://protobuf.dev/support/version-support/