Update python-opentelemetry-exporter-otlp-proto-http to version 1.27.0 / rev 5 via SR 1200067
https://build.opensuse.org/request/show/1200067
by user dirkmueller + anag+factory
- update to 1.27.0:
* Implementation of Events API
* Make log sdk add `exception.message` to logRecord for
exceptions whose argument is an exception not a string
message
* Fix use of `link.attributes.dropped`, which may not exist
* Running mypy on SDK resources
* Added py.typed file to top-level module
* Drop Final annotation from Enum in semantic conventions
* Update log export example to not use root logger
* sdk: Add OS resource detector
* sdk: Accept non URL-encoded headers in
`OTEL_EXPORTER_OTLP_*HEADERS` to match other languages SDKs
* Update semantic conventions to version 1.27.0
* Add support to type bytes for OTLP AnyValue
* Export ExponentialHistogram and ExponentialHistogramDataPoint
* Implement Client Key and Certificate File Support for All