acederberg / pydantic-settings-yaml

A convenient tool for loading pydantic settings from either YAML and JSON.
MIT License
5 stars 3 forks source link

Deprecate ``__yaml_files__`` and ``__yaml_reload__`` #27

Open acederberg opened 4 months ago

acederberg commented 4 months ago

Dunder settings will no longer be supported, everything should be put model_config instead. This will simplify greatly the responsibilities of CreateYamlSettings.