libs/hackbot-runtime/hackbot_runtime/actions/testrail.py uses field: list[X] = Field(min_length=1, ...) in a couple of places, which is inconsistent with the Annotated[X, Field(...)] style used everywhere else in that file and in the sibling action modules. Fix the outliers to match.
libs/hackbot-runtime/hackbot_runtime/actions/testrail.pyusesfield: list[X] = Field(min_length=1, ...)in a couple of places, which is inconsistent with theAnnotated[X, Field(...)]style used everywhere else in that file and in the sibling action modules. Fix the outliers to match.