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
We could initialize converters from type annotations instead of the spec in the template.
This would be an optional feature that would probably need to be disabled by default in order to avoid breaking change.
The annotations would need to be consistent across all responders for the same parameter name, otherwise an instance of ValueError or subclass would be raised.
The text was updated successfully, but these errors were encountered:
We could initialize converters from type annotations instead of the spec in the template.
This would be an optional feature that would probably need to be disabled by default in order to avoid breaking change.
The annotations would need to be consistent across all responders for the same parameter name, otherwise an instance of
ValueError
or subclass would be raised.The text was updated successfully, but these errors were encountered: