Skip to content

Bump pydantic-settings from 2.5.2 to 2.6.0

HIFIS Bot requested to merge dependabot-pip-pydantic-settings-2.6.0 into master

Bumps pydantic-settings from 2.5.2 to 2.6.0.

Release notes

Sourced from pydantic-settings's releases.

v2.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.5.2...v2.6.0

Commits
  • eeea989 Prepare release 2.6.0 (#444)
  • a72fa73 Fix bug in dotenv source when there is env with and without prefix (#440)
  • d2e498a Add support for suppressing fields from CLI help. (#436)
  • 0d605d0 Update nested model partial update docs example. (#433)
  • 8f7653c Put tests for non-default sources in separate files (#429)
  • f3a25f2 Fix a regression in dotenv optional nested field (#423)
  • 76ba2c6 Fix context not passed to field validators bug (#417)
  • 84cab2b Add CLI App Support (#389)
  • fdd666b Fix nested model AliasChoices in validation alias (#411)
  • 9b73e92 Add cli_flag_prefix_char config option. (#418)
  • Additional commits viewable in compare view

Merge request reports

Loading