pydantic-settings2.9.1
pydantic-settings2.9.1
Published
Settings management using Pydantic
pip install pydantic-settings
Package Downloads
Project URLs
Requires Python
>=3.9
Dependencies
- pydantic
>=2.7.0
- python-dotenv
>=0.21.0
- typing-inspection
>=0.4.0
- boto3-stubs
[secretsmanager]; extra == "aws-secrets-manager"
- boto3
>=1.35.0; extra == "aws-secrets-manager"
- azure-identity
>=1.16.0; extra == "azure-key-vault"
- azure-keyvault-secrets
>=4.8.0; extra == "azure-key-vault"
- google-cloud-secret-manager
>=2.23.1; extra == "gcp-secret-manager"
- tomli
>=2.0.1; extra == "toml"
- pyyaml
>=6.0.1; extra == "yaml"
pydantic-settings
Settings management using Pydantic, this is the new official home of Pydantic's BaseSettings
.
This package was kindly donated to the Pydantic organisation by Daniel Daniels, see pydantic/pydantic#4492 for discussion.
For the old "Hipster-orgazmic tool to manage application settings" package, see version 0.2.5.
See documentation for more details.