Thank you, @kazauwa, for your contribution!
Breaking changes
Field value priority change
Initially, values in a Config class took higher priority over environment variables, effectively making it hard to override hardcoded defaults
outside the source code. This release addresses this inconvenience and makes the ordering consistent with Pydantic and 12 Factor App.
Changed
- BREAKING: Make environment variables override what is defined in the Config, contrary to the previous behaviour (#25)