Skip to content

Bump pydantic-settings from 2.2.1 to 2.3.0

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

Bumps pydantic-settings from 2.2.1 to 2.3.0.

Release notes

Sourced from pydantic-settings's releases.

v2.3.0

What's Changed

New Contributors

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

Commits
  • 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)
  • 8c5a45e Fix an issue when inner types of a discriminated union with a callable discri...
  • 09d1009 Add python versions and downloads badges to readme (#283)
  • 1ffbd95 fix: a second level of environment nesting expected a dict (#281)
  • 2d2f94f fix: superfluous deep env conflicts with non-dict model leaf (#276)
  • a4aadfd Use macos-13 for Python 3.8 and 3.9 (#280)
  • a7b0978 Update dependancies (#274)
  • Additional commits viewable in compare view

Merge request reports