Releases: aleksey925/pydantic-settings-vault
Releases · aleksey925/pydantic-settings-vault
2.1.1
What's Changed
- migrate to ruff linter/formatter by @aleksey925 in #16
- improve type definitions and refactor code by @aleksey925 in #17
- fix problem with compatibility with pydantic-setting version above 2.9 by @aleksey925 in #20
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- add support for the new authorization method JWT/OIDC by @aleksey925 in #15
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- Relax the version constraint for dependencies (support
hvac1.X) - Support providing a custom CA bundle for Vault certificate validation, or skipping SSL validation altogether
Breaking changes
- Make environment variables override what is defined in the Config, contrary to the previous behaviour
- Drop support of Python 3.7
Full Changelog: 1.0.0...2.0.0
1.0.0
What's Changed
- Update pydantic to 2.x by @aleksey925 in #1
- Prepare the release of the library by @aleksey925 in #2
New Contributors
- @aleksey925 made their first contribution in #1
Full Changelog: https://github.com/aleksey925/pydantic-settings-vault/commits/1.0.0