Tracing type definitions for the SDK.
AttributeValue = str | bool | float | int | list[str] | list[bool] | list[float] | list[int] | Sequence[str] | Sequence[bool] | Sequence[int] | Sequence[float]
module-attribute
Attributes = Mapping[str, AttributeValue] | None
module-attribute