17
0
Files
python-pydantic-settings/python-pydantic-settings.changes
Dirk Mueller ff0d2603e1 - update to 2.12.0:
* Support for enum kebab case.
  * Apply source order: init > env > dotenv > secrets > defaults
    and pres…
  * Add NestedSecretsSettings source
  * Strip non-explicit default values.
  * Coerce env vars if strict is True.
  * Restore init kwarg names before returning final state
    dictionary.
  * Drop Python3.9 support
  * Adapt test_protected_namespace_defaults for dev. Pydantic
  * Add Python 3.14
  * Prepare release 2.12
- update to 2.11.0:
  * CLI Serialize Support
  * Inspect type aliases to determine if an annotation is complex
  * Remove parsing of command line arguments from
    `CliSettingsSource.__init__`.
  * turn off allow_abbrev on subparsers
  * CLI Serialization Fixes
  * Fix PydanticModel type checking.
  * Avoid env_prefix falling back to env vars without prefix
  * Warn if model_config sets unused keys for missing settings
    sources
  * Included endpoint_url kwarg in
    AWSSecretsManagerSettingsSource class
  * Fix typo ("Accesing") in the "Adding sources" docs
  * CLI Windows Path Fix
  * Cli root model support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic-settings?expand=0&rev=20
2025-12-28 20:24:39 +00:00

8.8 KiB