Matt Chapman
Matt Chapman
I think it's not fully solved, and will review PRs for further improvements at https://github.com/matt2000/feature. I expect to be adding composer support there soon.
The workaround is to add this method to your Model's Config Class: ```python class YourModel(BaseModel): required_foo: int nullable_bar: Optional[str] nullable_other: Optional[int] class Config: @staticmethod def schema_extra(schema, model): for prop, value...
Just chiming in with a user perspective, after being put in a new environment where BUILDKIT appears to be the default, this is a decidedly worse experience than the past....