Releases: saviornt/Pydantic-Settings
Releases · saviornt/Pydantic-Settings
v1.0.0 - Initial Release
What's New in v1.0.0
- Added support for loading
.env
files with Pydantic validation. - Async utilities for testing environment variables and settings.
- Encryption support for
.env
files withcryptography
. - Optional integrations with:
- AWS Secrets Manager
- Azure Key Vault
- Google Cloud Secret Manager
- Command-line interface for validating and encrypting
.env
files. - Profile switching for
Development
,Production
, andTesting
.