Skip to content

Commit 098929a

Browse files
committed
Fix the py.typed marker file usage
As defined in PEP 561, the py.typed marker files for namespace packages should be placed "in the submodules of the namespace". In commit 732ea8a, the markers were added to the subpackage roots, which serves no purpose. This changeset addresses all marker-related issues in this repository. A summary of the changes: - Removed the unnecessary py.typed markers from the subpackage roots. - Added the missing marker to the prometheus exporter. Fixes #4113. - Added the missing marker to opentelemetry._events. - Removed the accidentally reintroduced jaeger exporters, which were originally removed in commit 1625b35.
1 parent 47a2504 commit 098929a

File tree

17 files changed

+3
-0
lines changed

17 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Removed superfluous py.typed markers and added them where they were missing
11+
([#4172](https://github.com/open-telemetry/opentelemetry-python/pull/4172))
12+
1013
## Version 1.27.0/0.48b0 (2024-08-28)
1114

1215
- Implementation of Events API

exporter/opentelemetry-exporter-opencensus/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-otlp-proto-common/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-otlp-proto-grpc/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-otlp-proto-http/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-otlp/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-prometheus/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-zipkin-json/py.typed

Whitespace-only changes.

exporter/opentelemetry-exporter-zipkin-proto-http/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)