v2.2.0
What's Changed
- Fix documentation and update pydantic and pydantic-core dependancies by @Xunop in #194
- Correct a typo in README.md by @felixonmars in #195
- feat: ignore empty env vars by @niventc in #198
- Allow nested env var source to override nested init source. by @kschwab in #204
- Fix typo in explode_env_vars() docstring by @paytonward6 in #207
- Add support for parsing environment "None" strings to None. by @kschwab in #206
- Ensure extra='forbid' is enforced in DotEnvSettingsSource when env_prefix is specified by @kjithin in #218
- Fix for JSON on optional nested types. by @kschwab in #217
- Improve docs by @hramezani in #225
- feat: adding json, yaml and toml sources by @Smixi in #211
- Fix dotenv source extra values parsing provided in dotenv file by @hramezani in #221
- Update requirements by @hramezani in #233
- Prepare release 2.2.0 by @hramezani in #232
New Contributors
- @Xunop made their first contribution in #194
- @felixonmars made their first contribution in #195
- @niventc made their first contribution in #198
- @kschwab made their first contribution in #204
- @paytonward6 made their first contribution in #207
- @kjithin made their first contribution in #218
- @Smixi made their first contribution in #211
Full Changelog: v2.1.0...v2.2.0