pypi pydantic-settings 2.0.2
v2.0.2

latest releases: 2.5.2, 2.5.1, 2.5.0...
14 months ago

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

Don't miss a new pydantic-settings release

NewReleases is sending notifications on new releases.