You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure ActionDescriptor.output_model is always a model.
I've used `wrap_plain_types_in_rootmodel` to encapsulate action return types in a RootModel
if they are not already BaseModel subclasses. This stops annotations from being lost when actions are returned.
I needed to slightly adjust a test that checked action output models, I think that change is uncontroversial.
0 commit comments