### Specifications * Client Version:1.47.0 * InfluxDB Version:2.7.10 * Platform: docker on linux ### Code sample to reproduce problem ```python ``` threshold = RangeThreshold(level=CheckStatusLevel.OK, min=0, max=10, within=True) ### Expected behavior raise ValueError: Invalid value for `min`, must not be `None` ### Actual behavior use above code to create a check will raise error ### Additional info _No response_