**Describe the bug** When inferring from a function that has an argument of type `list[str]`, I'm getting an error: ```bash ValueError: Expected 'array_item_type' value since type is set to 'array'. ``` It does seem to work with the `typing.List` instead.