Skip to content

Bump pydantic-settings from 2.2.1 to 2.3.2

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

Bumps pydantic-settings from 2.2.1 to 2.3.2.

Release notes

Sourced from pydantic-settings's releases.

v2.3.2

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.3.1...v2.3.2

v2.3.1

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.3.0...v2.3.1

v2.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-settings/compare/v2.2.1...v2.3.0

Commits
  • b5d4534 Prepare release 2.3.2 (#310)
  • b2e84c2 Fix issue with nested model uppercase field name in case insensitive mode (#309)
  • 0a9faca Fix command line help from argparse formatting problem (#307)
  • 813ac94 Initialize CLI source on demand. (#305)
  • 39d5e81 Prepare release 2.3.1 (#302)
  • ad07a57 Fix a regresion in parsing env value for nested dict (#301)
  • bcbfd17 Prepare release 2.3.0 (#297)
  • 4169814 Add CLI Settings Source (#214)
  • e066774 Fix a bug when we have case insentive field in nested model (#294)
  • 6d25cee Fix test_nested_env_delimiter_aliases to use BaseModel in sub model (#286)
  • Additional commits viewable in compare view

Merge request reports