1.25.3
(fix): Fix wire test generation for file upload endpoints. When file parameters are required but no example value is provided, the generator now creates a default file using File::createFromString() instead of omitting the field, which caused TypeError when assigning null to non-nullable File properties.