Skip to content

v2.0.2

Compare
Choose a tag to compare
@hramezani hramezani released this 14 Jul 12:24
· 106 commits to main since this release
04ec4c7

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 of pydantic.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

Full Changelog: v2.0.1...v2.0.2