v1.15.4
What's Changed Instructor 1.15.4 is a patch release that consolidates the latest small fixes and docs cleanup after 1.15.3. Runtime Fixes Fixed v2 response-model preparation so list and primitive response models are normalized before provider handler dispatch. This fixes crashes such as AttributeError: type object 'list' has no attribute 'model_json_schema' for list[Model] and scalar response mode…