Releases: acederberg/pydantic-settings-yaml
Releases · acederberg/pydantic-settings-yaml
Initial release of version 2.
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.
Initial Release
Tested. This will be moved to v1.0.0 to be consistent with pydantic versioning eventually.