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
Hi!
When I'm writing a validator in a pydantic schema, beside getting the values, I need to have the query params in order to know the context of the request.
After seeing the b = body_model(**body_params) in this repo's code I understand that it's not possible at the moment.
I'm thinking about adding it to this package, does that make sense?
The text was updated successfully, but these errors were encountered:
Hi!
When I'm writing a validator in a pydantic schema, beside getting the values, I need to have the query params in order to know the context of the request.
After seeing the
b = body_model(**body_params)
in this repo's code I understand that it's not possible at the moment.I'm thinking about adding it to this package, does that make sense?
The text was updated successfully, but these errors were encountered: