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
Even if model_config is parsed differently (as it should), URL_PARAM_FIELDS is showing label of pydantic-field. However, it is not considered a pydantic field and is not validated/serialized as part of process.
Describe the solution you'd like
To show in the docs as ClassVar instead of pydantic-field
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your change request related to a problem? Please describe.
If I have:
I get doc like:
Even if
model_config
is parsed differently (as it should),URL_PARAM_FIELDS
is showing label ofpydantic-field
. However, it is not considered a pydantic field and is not validated/serialized as part of process.Describe the solution you'd like
To show in the docs as
ClassVar
instead ofpydantic-field
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: