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
Instead of having to inherit Filter.Constants all the time, it'd be nice to automatically inherit from the default fields values like pydantic does with Config. That way you only have to override the things that matter (most likely model), and you don't have to always inherit.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Instead of having to inherit
Filter.Constants
all the time, it'd be nice to automatically inherit from the default fields values like pydantic does withConfig
. That way you only have to override the things that matter (most likelymodel
), and you don't have to always inherit.Beta Was this translation helpful? Give feedback.
All reactions