What's Changed
- dotenv no error w/ an env key shorter than prefix (#106) by @jvllmr in #107
- Add installation instruction to doc by @hramezani in #111
- Add support for adding config through class kwargs by @hramezani in #112
- Use
pydantic_settings.SettingsConfigDict
instead ofpydantic.ConfigDict
in tests by @hramezani in #119 - Add documentation link to README.md by @hramezani in #121
- Fix error when no secret file provided for a complex field. by @hramezani in #118
- Fix a bug when using BaseSettings with RootModel by @hramezani in #120
- Fix typo (
fiel_value
->field_value
) by @kkirsche in #123 - fix typos in pydantic settings module by @kkirsche in #124
- Add documentation about compatibility with pydantic 1.x BaseSettings when using dotenv by @SthPhoenix in #127
- Separate decoding of complex values into specific method by @dbendall in #128
New Contributors
- @jvllmr made their first contribution in #107
- @kkirsche made their first contribution in #123
- @SthPhoenix made their first contribution in #127
- @dbendall made their first contribution in #128
Full Changelog: v2.0.1...v2.0.2