Skip to content

Releases: pydantic/pydantic-settings

v2.0.2

Choose a tag to compare

@hramezani hramezani released this 14 Jul 12:24
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

v2.0.1

Choose a tag to compare

@hramezani hramezani released this 05 Jul 12:14
373af71

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@hramezani hramezani released this 30 Jun 11:23
107e8de

What's Changed

New Contributors

Full Changelog: v2.0b1...v2.0.0

v2.0b1

v2.0b1 Pre-release
Pre-release

Choose a tag to compare

@hramezani hramezani released this 02 Jun 11:03
74a4ff0

What's Changed

New Contributors

Full Changelog: v2.0a4...v2.0b1

v2.0a4 2023-05-04

v2.0a4 2023-05-04 Pre-release
Pre-release

Choose a tag to compare

@hramezani hramezani released this 04 May 12:02
3d5dbd8

What's Changed

New Contributors

Full Changelog: v2.0a3...v2.0a4

v2.0a3 2023-04-28

v2.0a3 2023-04-28 Pre-release
Pre-release

Choose a tag to compare

@hramezani hramezani released this 28 Apr 08:49
0ff45ea

What's Changed

  • Implement proper support for nested complex env values by @hramezani in #22
  • Ignore env_prefix if validation_alias is set by @hramezani in #25
  • Change the behavior of field_is_complex to be more similar to pydantic v1 by @dmontagu in #31
  • Adopt pydantic-settings docs for Pydantic V2 by @hramezani in #18
  • Fix nested model problem when case_sensitive=False by @hramezani in #34
  • Prepare for 2.0a3 release by @hramezani in #35

New Contributors

Full Changelog: v2.0a1...v2.0a3

v2.0a1 2023-04-24

Choose a tag to compare

@samuelcolvin samuelcolvin released this 24 Apr 22:47
99855d7

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-settings/commits/v2.0a1