But in the sdk code we are having dictionary as data Type which is breaking and giving error-
pydantic_core._pydantic_core.ValidationError: 18 validation errors for ReadingsGetReadingsHistoryResponseBody
data.0.value
Input should be a valid dictionary [type=dict_type, input_value='closed', input_type=str]
For further information visit https://errors.pydantic.dev/2.11/v/dict_type
value: typing.Optional[str] = pydantic.Field(default=None)
"""
The value of the reading.
"""