Are there any protobuf compilers out there that make use of the `[deprecated = true]` tag to automatically build deprecation warnings into the compiler Python source code? The current approach I'm taking is to detected deprecated fields at runtime and then monkey-patch an __init__ method that injects a deprecation warning, but this feels a bit clunky.