kwargs_model
KwargsModel is a generic configuration object that allows arbitrary fields and values.
Classes
KwargsModel
Bases: SettingsBaseModel
Generic configuration object that allows arbitrary fields and values.
The intended use case is to allow for the creation of configuration objects instance via new_instance.
Warning: this model is not secrets-aware and should not be used for configurations requiring secrets
Use this model with care as it effectively bypasses validation