Support for pydantic v2. Better naming and clearer code.
__env_yaml_settings_files__
->__yaml_files__
.__env_yaml_settings_reload__
->__yaml_reload__
.model_config
can includeyaml_files
andyaml_reload
.deep_update
replaces old code.- env variable and other sources tested.
- Conforms with the example provided in the docs.
- Examples are tested, docs improved.