Skip to content

Releases: jordantshaw/pydantic-config

v0.3.0

06 Dec 15:57
be7f5e1
Compare
Choose a tag to compare

What's Changed

  • Updated to use the tomli library instead of toml library for ppython<3.11
  • Updated to use the standard tomllib library for python>=3.11
  • Changed default behavior of invalid config file to not throw error. New parameter config_file_required has been added to disable/enable this option.
  • Changed default behavior for config_merge_unique. This is now disabled by default.
  • Updated README to reflect new changes

Full Changelog: v0.2.3...v0.3.0

v0.2.3

21 Jul 18:45
cc5a64a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

19 Jul 21:14
12cb5cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

19 Jul 20:43
3485db7
Compare
Choose a tag to compare

What's Changed

  • Fixing issue with config_file_encoding not working by @jordantshaw in #11

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Jul 15:54
3621621
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Refactored for Pydantic V2: Pydantic V1 is no longer supported.
    • If you need to use Pydantic V1, please install pydantic-config<0.2.0.
  • pydantic-settings package is now used instead of pydantic.
  • The toml and pyyaml packages are now no longer included by default. These are now optional dependencies that can be installed separately. See Optional Dependencies

Other Changes

  • Fixed issues with case-sensitivity not working.
  • Added additional tests
  • Updated documentation

Full Changelog: v0.1.2...v0.2.0

v0.1.2

06 Jul 21:06
63c3a34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Feb 15:54
c56bd01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Feb 23:15
22caa59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/jordantshaw/pydantic-config/commits/v0.1.0