Skip to content

Releases: saviornt/Pydantic-Settings

v1.0.0 - Initial Release

25 Nov 06:59
Compare
Choose a tag to compare

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 with cryptography.
  • 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, and Testing.