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]( https://github.com/jordantshaw/pydantic-config#optional-dependencies)
Other Changes
* Fixed issues with case-sensitivity not working.
* Added additional tests
* Updated documentation
**Full Changelog**: https://github.com/jordantshaw/pydantic-config/compare/v0.1.2...v0.2.0