--- id: pydantic-settings version: "2.15.0" license: MIT license_treatment: permissive maintenance: active --- # pydantic-settings — Settings management using Pydantic License: permissive · Maintenance: active · Popularity: top 100 on PyPI ## Install pip install pydantic-settings uv add pydantic-settings poetry add pydantic-settings ## Description # pydantic-settings [![CI](https://github.com/pydantic/pydantic-settings/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/pydantic/pydantic-settings/actions/workflows/ci.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/pydantic/pydantic-settings/branch/main/graph/badge.svg)](https://codecov.io/gh/pydantic/pydantic-settings) [![pypi](https://img.shields.io/pypi/v/pydantic-settings.svg)](https://pypi.python.org/pypi/pydantic-settings) [![license](https://img.shields.io/github/license/pydantic/pydantic-settings.svg)](https://github.com/pydantic/pydantic-settings/blob/main/LICENSE) [![downloads](https://static.pepy.tech/badge/pydantic-settings/month)](https://pepy.tech/project/pydantic-settings) [![versions](https://img.shields.io/pypi/pyversions/pydantic-settings.svg)](https://github.com/pydantic/pydantic-settings) Settings management using Pydantic. See [documentation](https://pydantic.dev/docs/validation/latest/concepts/pydantic_settings/) for more details. ## Part of the Pydantic Stack The Pydantic Stack is everything you need to ship production-grade AI agents: - [Pydantic... ## AI interpretation — verify before relying Manages application settings and configuration using Pydantic models, with support for loading from environment variables, .env files, and other sources through python-dotenv integration. Verdict: Production-ready settings library with active maintenance, no known vulnerabilities, permissive MIT licensing, and minimal dependencies. Top-100 PyPI package backed by the Pydantic team with strong CI coverage and broad Python version support (3.10–3.14). [View on SkillFed](https://skillfed.io/packages/pydantic-settings) · [View on PyPI](https://pypi.org/project/pydantic-settings/)