This release adds support for v14.0.0 of `google-ads-python`. Note this new addition to the caveats:
> Another big caveat since v8.0.0 of this package is that the attributes and constructor arguments of the protobuf messages are all typed as Any instead of their proper types. This is due to google-ads-python switching from raw protobuf message classes to proto-plus classes. Better types for these might be introduced in the future. GoogleAdsClient.enums is also typed as Any.
This means that unfortunately the stubs won't provide as good a type safety as they used to. The last API version supported by the pre-proto-plus library has been sunset though, so staying with that was no longer an option.